Does anybody know a way to place a Page Break at a certain location on your web page using either HTML or JavaScript?
Printable View
Does anybody know a way to place a Page Break at a certain location on your web page using either HTML or JavaScript?
If you mean for printing purposes:
This will only work in IE 5+ currentlyCode:<DIV STYLE='page-break-before:always'></DIV>