Totally Zenned
- Join Date:
- Aug 2009
- Location:
- Longs, SC
- Posts:
- 635
- Plugin Contributions:
- 0
IE sometimes ignores page-break-before: always;
I installed the Super Orders for 1.5. When I use Batch Form Print to print out multiple invoices IE is ignoring the page-break on some of the invoices and is printing multiples on the same page. The html that's being generated to create the page break is
<div style="page-break-before: always;"><span style="display: none;"> </span></div>
This works perfectly in Firefox and Chrome. Has anybody run into this before?