I now have 3 tables beneath each other, but I want to replace them, next to each other.
How can I do that?
Thanks in advance.
Stormfx
6:44 pm on May 6, 2005 (gmt 0)
To put 3 tables side by side, you'll have to make a 4th table with 3 columns. Then put one table in each column.
Mikey85
7:51 pm on May 6, 2005 (gmt 0)
Thanks, now I want them to have the same width, how do I do that?
Stormfx
8:37 pm on May 6, 2005 (gmt 0)
Set the outer table (the 4th one) to 100% (if you want it to fill the browser window width-wise). Then set the width on each of the three cells of that table to 33%. Then, set the tables inside those cells to 100% width. HTH