Alternative to page-break-after: left in Firefox
Somehow, to my sad disappointment, to this day Firefox does not support
page-break-after: left, which allegedly will assign one or two page
breaks, to ensure the next page ends up on the left sheet you are printing
(see bug #132035).
I have a script that concatenates hundreds of reports together, which
someone will be generating and then printing out. The reports will be
being printed on duplex, and no new report can end up on the back side of
the previous report.
I unfortunately have to run this in Firefox, and while page-break-after:
left seems to be the perfect solution, it doesn't work.
Are there any hack alternatives that allows one to detect what page # one
is at, so I can manually add an additional page-break-after:always tag
when the next report starts on an even numbered page?
No comments:
Post a Comment