/ Published in: CSS
This will force a page break where this class appears.
Expand |
Embed | Plain Text
<style type="text/css"> .pagebreak {page-break-after: always;} </style> <br class="pagebreak" />
You need to login to post a comment.
This will force a page break where this class appears.
<style type="text/css"> .pagebreak {page-break-after: always;} </style> <br class="pagebreak" />
You need to login to post a comment.