M
MB
I have a table and a graphic that I would like to alignup without
having a margin around it.
<table border="0" cellpadding="0" style="border-collapse: collapse"
width="243" bgcolor="#FFFFFF">
<tr>
<td valign="baseline" height="62">
<img border="0" src="images/green.gif"
align="absbottom"></td>
</tr>
<tr>
<td bgcolor="#006B39">
test test</td>
</tr>
</table>
having a margin around it.
<table border="0" cellpadding="0" style="border-collapse: collapse"
width="243" bgcolor="#FFFFFF">
<tr>
<td valign="baseline" height="62">
<img border="0" src="images/green.gif"
align="absbottom"></td>
</tr>
<tr>
<td bgcolor="#006B39">
test test</td>
</tr>
</table>