PDA

Click to See Complete Forum and Search --> : Page Break on a Web Page


TheGoldenShogun
Aug 9th, 2001, 11:14 AM
Does anybody know a way to place a Page Break at a certain location on your web page using either HTML or JavaScript?

Cander
Aug 10th, 2001, 06:25 AM
If you mean for printing purposes:


<DIV STYLE='page-break-before:always'></DIV>


This will only work in IE 5+ currently