Click to See Complete Forum and Search --> : Help With Table Sizes


TheTigerHobbes
06-28-2005, 11:26 PM
Hi all. I've got a question that's probably pretty easy to answer, but for some reason I can't seem to find what I need in any tutorials anywhere.

I've got the in-progress version of my site set up at http://www.circledrawnsideways.com/test/

Basically, there's the table at the bottom with the 4-pixel border around it. Each of the four columns in this table contains another table, wherein text, pictures, etc. will go. What I want to do is set things up so that, no matter how much content I place into any one of these tables, the graphics in the surrounding 3 tables in the other columns will expand vertically, so that all the tables appear to be the same height. In short, I want to make it so that I can place any amount of content in any of those tables without it making the graphics look awkward.

Any help would be greatly appreciated.

geoak
06-29-2005, 01:44 AM
try to set a height="100%" for all four tables inside the outter table.

TheTigerHobbes
06-29-2005, 01:37 PM
I finally answered my own question.

I had been trying the height="100%" thing for a while, but it never worked. I finally found two ways around the problem: one, I made all three tables one graphic. Afterwards, I went back and discovered that the height="100%" thing DOES work if the individual tables are all inside one outer cell instead of four seperate outer cells.