RE: CSS Printing Extensions

IE4 supported the page-break-before and page-break-after property values of
"always".  However, due to an oversight it did not work on <BR> elements.
Try setting it on block-level elements.

-----Original Message-----
From: Sipe, Dean [mailto:dsipe@state.pa.us]
Sent: Wednesday, June 16, 1999 8:50 AM
To: www-style@w3.org
Subject: CSS Printing Extensions


I read a CSS draft  titled "CSS Printing Extensions" where it talked about
page break when printing a document.  What versions of Netscape and Explorer
support the extensions?  I was trying to use the extension and could not get
the printer to page break using the following code from the above document:
<STYLE>
BR.page { page-break-before: always }
</STYLE>
....
<BR class=page>

Is it because the browser does not support it the reason why the printer is
not page breaking?

End of Message
Dean A. Sipe
BMIS
(717)783-1452

Received on Monday, 21 June 1999 19:31:44 UTC