Page Breaks in HTML View/PDF
I want to create page-breaks in my "HTML VIEW" for PDF printing purposes in my application.
I tried adding CSS:
- <div style=”page-break-after:always”></div>
But this has no effect. Is there any way to make it page break in the PDF output of the HTML view?