Does anyone knows if it is possible to include "page break" into an HTML page to generate a form feed when the browser prints the page ?
Thanks in advance.
Printable View
Does anyone knows if it is possible to include "page break" into an HTML page to generate a form feed when the browser prints the page ?
Thanks in advance.
You could try the "page-break-before" property of CSS
This attribute is only supported by IE5 and the yet to be released Netscape 5, all other browsers will ignor it!!!