Lately, we’ve been playing around with stylesheets for print and directly ran into some problems.
This snippet in Firefox
-
<div style="page-break-after: always">
-
<!– first page –>
-
</div>
-
<div style="page-break-after: always">
-
<!– second page –>
-
</div>
only prints exactly one page (that means it even stops in the middle of a line when the page is full).
>> more…