Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: put page break in my Html


Message #1 by "Marcelo" <marcelovelasquez@b...> on Sat, 2 Mar 2002 11:49:41
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

  Return to Index