View Full Version : Layout of Tables


Rikku555
05-27-2003, 04:39 PM
I don't really understand how to set widths and heights in tables. Well on my page what I would like is 3 different tables all different sizes. I can't really explain how I would like them on my page, so I have done a quick drawing offline of how I would like the tables to look.

I would like the tables to fill the whole of the page:
http://spirasff.bravepages.com/FFXImages/Image1.jpg

Could someone please help me.

Thank you :)

crazyjls7890
05-27-2003, 04:52 PM
I think i could, but the link doesn't work. ;-)

pb&j
05-27-2003, 04:54 PM
try this...

<table height="100%" width="100%"><tr><td width="33%">

<table height="100%" width="100%" border="1"><tr><td>
stuff in left side here
</td></tr></table>

</td><td>

<table height="100%" width="100%" border="1"><tr><td>
stuff in middle here
</td></tr></table>

</td><td width="33%">

<table height="100%" width="100%" border="1"><tr><td>
stuff in right side here
</td></tr></table>

</td></tr></table>

what that is is...
a main table of 3 cells.
each cell contains a new table (the ones you have drawn).

Rikku555
05-27-2003, 05:00 PM
Thanx, thats nearly how I need it. But all they are all the same size.
Please could you tell me what the code would be to have them like the sizes in pic I did.

Rikku555
05-28-2003, 02:23 AM
no it's ok now, I've worked out how to do it myself :)

Thank you very much pb&j :D