Forum Moderators: open

Message Too Old, No Replies

Printing large <table> in Netscape 4.x

NS 4.x adds LOTS of whitespace. Other versions & IE OK

         

VetteVert

11:56 am on Sep 5, 2003 (gmt 0)

10+ Year Member



Very simple table that includes:
<td><img src="xyz" width=90 height=90><br>IMAGE NAME</td>

So, a 90x90 forced image, and the name of said image. All browsers except NS 4.x look the same as they do on screen, with the image and name directly below. On 8.5x11 prints, NS4 expands everything way out...the name of image is roughly 2.5"-3" below the image.

I have tried nesting the table, putting the image name on a separate row, and playing with cell spacing and padding with no luck.

Any suggestions would be greatly appreciated!

korkus2000

6:23 pm on Sep 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You may need to use a table with 2 rows for the image and the name. Did you find anything that did work?

Hester

9:05 am on Sep 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you using ems? NS4 has a printing bug when anything except pixels is used. (It adds extra space which can lead to dozens of sheets being printed!)

VetteVert

9:47 am on Sep 11, 2003 (gmt 0)

10+ Year Member



Not even sure what ems is!

I have found no combination that works. Having 1 row for the images, and then another row for the names didn't change anything.

Hester

10:02 am on Sep 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How are you setting your fonts?