Page Breaks in Print

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
steffCGN
Posts: 2
Joined: 2014-06-19 16:23

Page Breaks in Print

Post by steffCGN » 2014-06-19 16:54

Hi there,

I want to print detail views of multiple records via the "Print Detail"-Option in the "More"-menu in table view.

This works like a charm.

However, I do have a problem with pagination, as page breaks occur in the middle of records. I tried to use {page-break-inside:avoid; page-break-after:always;} in the CSS with an extra DIV in the HTML-template, but it doesn't seem to have any effect on the print result.

Any ideas?

Kind regards,

Stefan

steffCGN
Posts: 2
Joined: 2014-06-19 16:23

Re: Page Breaks in Print

Post by steffCGN » 2014-06-19 17:21

Update:

Seems to work fine in Firefox, but not in Chrome.

Googled it and Chrome does seem to be a bit peculiar when it comes to {page-break}.

A big hoohray for standards. *sigh*

rockettpc
Posts: 13
Joined: 2015-03-06 17:59
Location: USA
Contact:

Re: Page Breaks in Print

Post by rockettpc » 2015-03-06 18:01

What css file did you put this page break into?

Post Reply