Link to home
Start Free TrialLog in
Avatar of mad_man77450
mad_man77450

asked on

Extending tables.

ok i am making a website and stumbling over a problem. I have layout pics mostly as background using style. Ok well I want my layout to always be at least lets say 600 height. But when i have text typed that goes beyond the 600 i want the table to extend. I know how to make it extend when the text is typed but i dont know how to make it where I can make it stay 600 and when i type it to go over 600. Because when i try height=600 in the <tables> it wont go longer than 600.
ASKER CERTIFIED SOLUTION
Avatar of Zyloch
Zyloch
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mad_man77450
mad_man77450

ASKER

wait so will the table be able to go farther than 600 even though i put height=600?
It should. You can try testing with multiple rows. However, if you want it height 600, I would recommend if you don't have much text, put it all on one row. Set width to 100% and use only one <tr> Otherwise, it'll keep stretching to fit the 600 if it's not 600 already.