doing a Form Feed???

liunx

Guest
Hi all,<br />
<br />
I have a report that is displayed on the screen -<br />
<br />
problem is - when the user click the print button - the pages run as one long page -<br />
<br />
how can i embed a form feed in the html code, and have the printer acknowledge it and do a formfeed???<br />
<br />
thanks<br />
tony<!--content-->look into @media for css. but not all browsers will except it, and IE is also buggy with it.<!--content-->Hi all,<br />
<br />
here is what i used to "hopefully" solve my problem...<br />
<br />
<DIV STYLE="page-break-before:always"></DIV><br />
<br />
<br />
seems to be working on all the machines here in the offfice.<br />
<br />
<br />
thanks for all your help!!<br />
<br />
take care<br />
tony<!--content-->
 
Back
Top