Can I force a page break in HTML printing?

Add a CSS class called “pagebreak” (or “pb”), like so: Then add an empty DIV tag (or any block element that generates a box) where you want the page break. It won’t show up on the page, but will break up the page when printing. P.S. Perhaps this only applies when using -after (and also … Read more