Forum Moderators: not2easy

Message Too Old, No Replies

Force a table not to expand

Any hope?

         

jpell

4:35 am on Mar 26, 2004 (gmt 0)

10+ Year Member



Hello all,
From what I have read you can force a table width to be fixed using an image with defined width attributes, but is there any way of keeping a table from expanding in height (length)? My pages consist of neatly aligned tables, but whenever I add a new link I have to adjust the table lengths so that they all remain in line. Any ideas (if at all possible) would be greatly appreciated.
Thanks,
JPell

Wertigon

11:30 am on Mar 26, 2004 (gmt 0)

10+ Year Member



Hmm... I'm not sure about this, but have you tried using max-width and overflow : hidden?

Solution1

12:19 pm on Mar 26, 2004 (gmt 0)

10+ Year Member Top Contributors Of The Month



Perhaps

table-layout: fixed

Should be reasonably well-supported on different browsers.