Page Break in IE 7
in CSS:
page-break-before
page-break-after
always | auto | left | right
in the format of:
<div class='pagebreak'>
table ...
</div>
in javascript
pageBreakBefore
pageBreakAfter
page-break-inside
from Print Different
associate media-specific stylesheets to a document
<LINK rel="stylesheet" type"text/css"
href="print.css" media="print">
from Create a Page Break
#comments {page-break-before:always;}
from Printing landscape orientation with CSS and Javascript
"CSS2 defines a rule called @page. With this rule, the web developer can specify paper size, page margins, and whether to use portrait or landscape orientation. The only problem, is that only Opera actually understands this declaration."
from TopLanguage
1. ActiveX Control
2. Silverlight
3. WPF
4. pdf
5. Firefox XUL
6. Java applet
7. xls download to print
Beyond Print Preview: Print Customization for Internet Explorer 5.5
david walsh: :
Advanced CSS Printing — Using CSS Page Breaks