Friday, June 22, 2007

[css] Page Break Attribute

CSS attribute that adds page break in print! Just insert this snippet in the location of page where you want to page break to occur:

<div style="page-break-after:always;"></div>


Test this with IE 7 with TWiki Printable View "Pattern" skin -- Works perfectly.

However did not work on FireFox 1.5.