The information in this article applies to:
SUMMARYThe Internet Client SDK contains an example of how to use the page-break- after CSS style to force Internet Explorer to insert a page break when printing an HTML document. This example is incorrect because it uses a BR tag, which is not a block element. The following example is documented in the Dynamic Styles, Style Sheets and Printing topic of the Dynamic Styles section of the Internet Client SDK online help:
In the above example, no page breaks are generated when this document is
printed from Internet Explorer. Replace the <BR> tag and BR.page style
definition with a <P> tag and P.page style to achieve the correct behavior.
MORE INFORMATION
The page-break-before and page-break-after CSS styles enable a Web author
to insert page breaks when the document is printed from Internet Explorer.
REFERENCESSee the Dynamic Styles, Style Sheets and Printing topic of the Dynamic HTML section in the Internet Client SDK online help: http://www.microsoft.com/msdn/sdk/inetsdk/help/ Additional query words: CSS stylesheet
Keywords : kbdocerr kbIE400 kbIE401 AXSDKIEScripting |
Last Reviewed: August 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |