does anyone know how to get ie 5 to print pages with page breaks?
at the moment we are using
<br clear="all" style=""page-break-before:always;">
this works in mozilla and ie 6
ie5 printing pagebreaks
Moderator: General Moderators
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/pagebreakbefore.asp
try another block element like <p>Remarks
This property applies when printing the document. This property does not apply to the BR or HR elements.
If there are conflicts between the value of this property and the pageBreakAfter property of the object previously displayed in the browser, the value that results in the largest number of page breaks is used.
Page breaks are not permitted inside positioned objects.