Below there are a few links describing how to Make your web page more printer-friendly
Page dimensions : print :Maximum width = 560 pixels
CSS Media Types Create Print-Friendly Pages - Save print.css in the same directory as the file, include the <link rel="stylesheet" type="text/css" href="print.css" media="print" />
complete css guide - Printing
CSS and Printing describes Page Break
<STYLE TYPE="text/css">
P.breakhere {page-break-before: always}
</STYLE> |
This then will be the activator for the page break:
<P CLASS="breakhere">
css guide - Media