PDA

View Full Version : tables....uhh question



ododd
09-30-2005, 06:49 PM
when placing a table in a html how do you get tables beside each other....

gilly
09-30-2005, 07:25 PM
Why not use columns?

ododd
10-04-2005, 05:49 PM
u mean place the whole page in a table or tables inside columns?

shield
10-05-2005, 10:01 AM
either...

You could set a table which is 100% wide with 2 columns... then in each of those two columns put a table each... and they are then next to eachother...

The best way to do this though would be to use CSS

ododd
10-06-2005, 10:11 PM
okay right table each.....CSS route would involve learning CSS.,....

kink
11-05-2005, 10:53 PM
<table align="left">
</table>
<table align="right">
</table>

ryan
09-05-2006, 03:11 AM
use css its way more valid and new

xPureNLx
10-10-2006, 10:23 AM
Hmm yes, I have to agree with Ryan on this one, however plain HTML is used a lot in combination with other Scripting Languages, just for the easy-table-scripts.