PDA

View Full Version : pagebreak ???


heidar
09-27-2002, 01:24 PM
I need to print out information about multiple ships.

Can it be done so that when every new ship is gonna print out, I can print out 'page break' or something that works similar :confused:

BrainJar
09-27-2002, 04:22 PM
You can use CSS for that:

<div style="page-break-after:always;"></div>
<!-- start of new page -->

Not sure which browsers support that.

See http://www.w3.org/TR/CSS21/page.html for more details.

heidar
09-27-2002, 05:17 PM
Thx

IŽll try this

smanning
11-12-2002, 09:26 PM
This method works in recent browser versions. I'm looking for a way to do it in Netscape 4, does anybody know one?

Thanks,

Steve

Roy Sinclair
11-12-2002, 09:34 PM
Originally posted by smanning
This method works in recent browser versions. I'm looking for a way to do it in Netscape 4, does anybody know one?

Thanks,

Steve

Upgrade. Netscape 4 simply doesn't have what it takes to do this and there's no way around that. Sorry for being so blunt but Netscape 4 represents an ancient form of browser technology and doesn't support a lot of standards simply because it predates them entirely.