Forum Moderators: open

Message Too Old, No Replies

page break - what's the browser support?

         

schyryll

12:32 pm on May 16, 2003 (gmt 0)

10+ Year Member



how can i make page break using css work for Netscape? It seems like it doesnt work...tnx! :)

DrDoc

12:33 pm on May 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What does your current code look like?

And, welcome to Webmaster World! :)

rainborick

3:13 pm on May 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Netscape v6.x and higher support page-break for printing. My shopping cart software inserts something like the following at the end of each order:

<div style="page-break-after:always;">Some footer text<br></div>

schyryll

2:55 am on May 19, 2003 (gmt 0)

10+ Year Member



rainborick tnx for the reply :) what can i use for lower versions of Netscape for page-break printing?
how about for IE, does it support all versions?

tedster

3:19 am on May 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Since paged media instructions were introduced with CSS2, older browsers simply don't support it. This includes all version 4 browsers and Explorer 5.0 as well. Explorer support began with version 5.5.

Here's a paged media support diagram [westciv.com] on westciv - I noticed in their chart that Netscape 6.0 did not support paged media. I believe the page is a bit old, and Netscape did introduce support in 6.2.

So what can you do to control page breaks on older browsers? Nothing I'm aware of except pains-taking trial and error to come up with HTML that "usually" breaks the way you prefer.