I wanted to know if there is a way to specify page breaks on a webpage. I tried to incorporate your print function on a prototype design that I'm working on the include CSS page break control scripts but they seem to be ignored by your print function. Is there a way to make this work?
Thanks for asking. Yes this is possible.
Add class=“page-break-after” or class=“page-break-before” to any element (img div, p, ul ol, etc.).
Example: <img class=“page-break-before” src"/really-big-image.jpg">