Falsch:
<table>
<tr>
<td height="1">
</td>
</tr>
</table>
Richtig:
<table cellpadding="0" cellspacing="0">
<tr>
<td height="1">
</td>
</tr>
</table>
Möglicherweise musst du auch noch die Textgröße auf 0 setzen damit dir dein die Tabelle nicht dehnt.
lg Gerhard