Brett is right.
Make a 'print.css' with:
br.page { page-break-after: always }
And put this in your head tag:
<link href="print.css" rel="stylesheet" type="text/css"
media="print" />
And put:
<br class="page" />
every time you want to do a page-break.
If you are already using a style sheet (e.g. 'main.css') and are losing
all your styles when you print you must do an "@import main.css" inside
the 'print.css' file. This causes the browser to import all the styles
from 'main.css' at runtime. Any styles in 'print.css' will
override 'main.css'.
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/