I have two html tables one going down the left side of the page and one going across the top of the page.
I am not able to get the table to be snug against the left margin. Between my table and the left margin, I can see a small vertical slice of the background page. Here is the code. Thanks...
<table halign=left border="1" width="100%" height="2%" bordercolor="#000077" bgcolor="#000077">
<tr>
<td width="100%" height="2%"></td>
</tr>
</table>
<table halign=left border="1" width="120" height="436" bordercolor="#000077" bgcolor="#000077">
<tr>
<td width="120" height="430"></td>
</tr>
</table>
I am not able to get the table to be snug against the left margin. Between my table and the left margin, I can see a small vertical slice of the background page. Here is the code. Thanks...
<table halign=left border="1" width="100%" height="2%" bordercolor="#000077" bgcolor="#000077">
<tr>
<td width="100%" height="2%"></td>
</tr>
</table>
<table halign=left border="1" width="120" height="436" bordercolor="#000077" bgcolor="#000077">
<tr>
<td width="120" height="430"></td>
</tr>
</table>