PDA

View Full Version : fixed table size



replode
May 17th, 2003, 10:15 PM
i have a website that im making, and its based inside a table. sometimes, the content makes the table higher than its supposed to be, because i set its height to like 45%, but it gets bigger when the info overrides the edges. is there a way to solve this?:*(

nobody
May 17th, 2003, 10:41 PM
<table width="45%" height="200">

I think that might be what you mean

nobody
May 17th, 2003, 10:44 PM
i think i did that backwards for what your looking for, so i guess you would do

<table width="200" height="45%">
that should do what you need