As far as I know, page break styles are not supported by Netscape 4.x. They may be supported by Netscape 6.x, but I have yet to run into any corporate clients that have adopted this browser platform.
The presentation, available on www.cfugorama.com, provides solutions for converting an HTML document with IE styles (including page breaks) into Microsoft Word RTF and Adobe PDF files in order to serve Netscape 4.x clients. Regards, Steve Drucker CEO Fig Leaf Software > -----Original Message----- > From: Aaron Rouse [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 4:55 PM > To: CF-Talk > Subject: RE: page break when printing > > > Isn't this style not supported in NS Navigator? Just > wondering since the > original email made note of it not working especially in Navigator. > > Snipe - <CF_BotMaster Network="EFNet" Channel="ColdFusion"> > > On Fri, 15 Feb 2002, James Curran wrote: > > > This is fairly straight-forward as well: > > > > <br clear=all style='page-break-before:always'> > > > > - j > > > > jim.curran > > technical.director > > nylon.technology > > [EMAIL PROTECTED] > > > > > > -----Original Message----- > > From: BEN MORRIS [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 15, 2002 2:26 PM > > To: CF-Talk > > Subject: RE: page break when printing > > > > > > At the DC CFUG, this came up. The solution was to use: > > . > > <style> > > h6 {page-break-after: always) > > </style> > > > > . > > code before break > > <h6><br></h6> > > > > You might download the presentation from www.cfugorama.com. > > > > The intent here was to get this to work as a page break in word when > > opening an HTML file and saving it out as .doc > > > > Of course, IE only. > > > > >>> "Steve Oliver" <[EMAIL PROTECTED]> 02/15/02 12:37PM >>> > > Isn't it something like > > > > <div style="page-break-after: always"> > > Your content > > </div> > > > > I could be wrong there, I've seen saw something like that > in a previous > > post. You could check the archive. > > > > ______________________ > > steve oliver > > atnet solutions, inc. > > http://www.atnetsolutions.com > > > > > > -----Original Message----- > > From: Dimo Michailov [mailto:[EMAIL PROTECTED]] > > Sent: Friday, February 15, 2002 12:32 PM > > To: CF-Talk > > Subject: OT: page break when printing > > > > > > All: > > > > Can anyone recommend a good way to set a page break when printing > > documents. I have been playing with CSS and { > page-break-after: left } > > but it does not always work as intended, especially with Netscape > > Navigator. > > > > Anyone have a solution to this? Thanks, > > Dimo > > > > > > > > > > > ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

