Click to See Complete Forum and Search --> : Page Breaks in html
Sajitha
01-09-2004, 02:03 AM
Hi All,
How to give page breaks in html? I tried it by adding the entry " page break after" and "page break before" in css. But this is working only for IE and not for Netscape.
Can anyone please help me to solve this?
Regards
Sajitha
Robert Wellock
01-09-2004, 05:27 AM
What version of Netscape; since Netscape was discounted last year do you mean version 7.x.
p
{
page-break-after: always
}
Sajitha
01-09-2004, 05:34 AM
I am using Netscape 4.x
Regards
Sajitha
Robert Wellock
01-09-2004, 06:31 AM
The odds are it won't work in Netscape 4.xx since the browser is that old and was designed before CSS-2 was finalised and in general doesn't really support CSS printed media.
I would assume in India there is more prevalence of Netscape 4.xx obviously now the Mozilla Browser is used instead.
Sajitha
01-09-2004, 07:12 AM
But this is a requirement from my client and they are using Netscape 4.x....
So what other approach can I take other than page break in CSS?
Thanks,
Sajitha
ray326
01-09-2004, 01:05 PM
Give 'em a Mozilla 1.5 CD and tell them, "Welcome to the 21st century."
Robert Wellock
01-12-2004, 12:40 PM
The K-Meleon browser would have been better since it can run on a 486 with 32 MB RAM.