/ Published in: CSS
With this line of code you can control places where you want your pages to break when printing a document.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
h2 { page-break-before: always; }