Assuming we have multiple html paragraph
<p>Paragraph 1</p>
<p>Paragraph 2</p>
Is there a way to print both to different page to the printer ?
Paragraph 1 would be printed on the first page and Paragraph 2 would be printed on the second page.
Thank You
<br>tags between them, and they'll end up on different pages. Or, you could just style for print !