Tables..........

liunx

Guest
Is it possible to put two tables next to each other? I have it as liquid with 20% and 80% sizes.<br />
<br />
Kevin Naia<!--content-->I would do this:<br />
<br />
<table><tr><br />
<td>Put first table inside this cell</td><br />
<td>Put second table inside this cell</td><br />
</tr></table><br />
<br />
<br />
This isn't the only way, and a lot of people frown on using tables to adjust layout rather than using them for tabular data which is actually what they are supposed to be used for.<!--content-->Thanks, but i just figured it out with css.<br />
<br />
Kevin Naia<!--content-->
 
Back
Top