I am trying to send out an html email.
<table width="180" border="0">
<tr>
<td>
<img src="image.jpg" width="180">
<table border="0" width="180" border="2" height="100">
<tr>
<td width="10"></td>
<td width="160"></td>
<td width="10"></td>
</tr>
</table>
</td>
</tr>
</table>
However the image in this case is not aligned with the table. Is this because of the 2px border? How do I align them? I need the 2px border. Any thoughts?
1 Answer