/ Published in: CSS
This will force a page break where this class appears.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css"> .pagebreak {page-break-after: always;} </style> <br class="pagebreak" />