Posted by Gernot Frisch on 06/08/06 13:36
> Does someone know how to set a page break in html ?
>
> I know how to set the breaks when this file is being print out. What
> I
> am looking for is how to set the page break when the html file is
> being
> viewed through any browsers.
there's no html tag for forcing a page break when printing. Yes, it's
a very pitty that there is no such thing. No, there is _no_ excuse for
it.
You can however try:
<br clear=all style='page-break-before:always'>
which _might_ work on some browsers. IE e.g.
-Gernot
Navigation:
[Reply to this message]
|