My HTML table looks like this:
<table width="600" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image.jpg" width="600" height="170" style="padding:0; margin:0;"></td>
</tr>
<tr>
<td>
<p style="padding:0; margin:0;">Text</p>
</td>
</tr>
</table>
Even though I've set the padding and margin to 0, there is still some white space between the image and the text in Outlook 2003, 2002 email clients.
How can I remove this extra white space?