Please don't do that, its bad enough to use tables for layout, but then add to that nesting the tables.
If you really must use tables wrap them in a div, and float them.
Code:
<div>
<table style="float:left;">
...contents of table 1
</table>
<table style="float:left;">
...contents of table 2
</table>
</div>
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.