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
Page Breaks in Print
Re: Page Breaks in Print
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*
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
What css file did you put this page break into?