How to add a page break to a HTML page

0
Categories: CSS
Posted on: 5th May 2009 by: Andrei

This is very useful if you have a web based application and you need to print multiple pages of information:


HR {

page-break-after: always;

}

Then just add a <hr> after each page that you want printed.