Page 1 of 1

Page Breaks in Print

Posted: 2014-06-19 16:54
by steffCGN
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

Re: Page Breaks in Print

Posted: 2014-06-19 17:21
by steffCGN
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*

Re: Page Breaks in Print

Posted: 2015-03-06 18:01
by rockettpc
What css file did you put this page break into?