demo http://jsfiddle.net/7MzfR/5/
here is my code, I already set border-spacing to zero, but there is a strange extra space under the images
<table style="border-spacing:0px" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-left:20px">
<p>Interviewing soon?</p>
</td>
</tr>
<tr>
<td style="padding-left:20px">
<p>Interviewing soon? blab blaa</p>
</td>
</tr>
</table>