Message from Marcelo (3/2/2002 11:49 AM)
>Hi
>
> I have a page that the user print with Browse (IE) , the printer accept
>duplex ( two-sides).
> How can I put in my pages a page break, for that other part print other
>side of the leaf
Hi Marcelo,
You can use the CSS Page media properties to accomplish this. I've never
used them but understand they are fairly well supported.
The ones you'd probably be looking for are
page-break-before
page-break-after
http://www.w3.org/TR/REC-CSS2/page.html#page-break-props
good luck.
-marc