Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Page Break while Printlng Using JSS and CSS in HTML


dsssk - 4:14 am on Aug 27, 2001 (gmt 0)


hai All,
I am having same Problem in Printing HTML Page in Netscape Browser.
Please see the Following Code.

<span class="code">

<html>
<head>
<title>Page Break</title>
<style type="text/css">
P { page-break-after: always }
</style>
</head>
<body bgcolor="ffffff">
<center> <p>
Page Break<br>
<hr width="400">
This is a way to page break after each ending Paragraph Tag.<br>
Page 1
</p>
<p>Page 2</p>
<p>Page 3</p>
<p>Page 4</p>
</center>
</body>
</html>
</span>

Here I am using CSS to insert the Page Break in HTML,
This Code is working fine in "Internet Explorer" Browser,
but if I use the same code in "Netscape Browser" it is NOT
Can any one Help I this
Regards
D S S Sampath Kumar


Thread source:: http://www.webmasterworld.com/css/38.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com