Forum Moderators: not2easy
I am getting frustrated because every time I try to put a data table into the document it never follows the content div margin properties and flows off the page into the right column.
<table width=100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">
<table width="800" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>
<!--layout begins--->
<div id="content">
</div>
<!--layout ends--->
</td>
</tr>
</table>
</td>
</tr>
</table>
position your div's as normal - the only tables should be the one' shown unless you need table data. hope this helps.