I really do think (although Tox and other experts might see something else) it is that nbsp causing your trouble.
You don't need that in your div, you know. I have often used a "pagebreak" div like that, and always leave the div completely empty:
<div style="page-break-before: always !important" />
OR
<div class="pagebreak" />
Try it and let us know what happens.
Last edited by GrannyGrump; 06-28-2016 at 04:44 AM.
|