leehinkleman
Programmer
The code below seemed to work ok with a 20x20 image, but seems now to leave empty table cell margin around the top of the image in each cell.
Some of the height attributes were hopeful guesses.
Is there an easy way to tighten the image within the cells?
Thanks for your help.
<table border=1 cellpadding=0 cellspacing=0 height=15>
<tr height=15>
<td bgcolor="azure" width=15 height=15 valign="bottom">
<image align="absbottom" border=0 hspace=0 vspace=0 src="tc1.gif" width=15 height=15>
</td>
<td bgcolor="azure" width=15 height=15 valign="bottom">
<image align="absbottom" border=0 hspace=0 vspace=0 src="tc1.gif" width=15 height=15>
</td>
</tr>
</table>
Some of the height attributes were hopeful guesses.
Is there an easy way to tighten the image within the cells?
Thanks for your help.
<table border=1 cellpadding=0 cellspacing=0 height=15>
<tr height=15>
<td bgcolor="azure" width=15 height=15 valign="bottom">
<image align="absbottom" border=0 hspace=0 vspace=0 src="tc1.gif" width=15 height=15>
</td>
<td bgcolor="azure" width=15 height=15 valign="bottom">
<image align="absbottom" border=0 hspace=0 vspace=0 src="tc1.gif" width=15 height=15>
</td>
</tr>
</table>