Forum Moderators: open

Message Too Old, No Replies

font size, design and netscape 7

         

scorpion

9:28 am on Jan 25, 2003 (gmt 0)

10+ Year Member



How can you make your text such that regardless of the font size it wraps nicely and fills the full content of a table or column?

For example, in Netscape 7 at 100% a block of text has ugly white space top & bottom, but in IE 6 it fills the whole column. Do you have to set the table to fixed height and use absolute font sizes instead of relative?

Thanks

Nick_W

9:30 am on Jan 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried setting the td padding?

td {
padding: 1px;
}

That may work....

Nick