I'm attempting to design an emailer to send off to existing clients using constant contact but I'm having a huge problem with unwanted white spaces between every one of my images and tables. I know its not the cellspacing or padding as I've had those set to 0 the whole time.
I feel like I have tried everything so any help would be greatly appreciate it.
This is the code I have thus far.
<html>
<body>
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="22"><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
<td width="55"><a href="http://www.totalimpactwear.com" style="border:none">
<img src="" border="0" cellspacing="0" cellpadding="0" /></a></td>
<td width="130"><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
<td width="100"><a href="http://www.cbrbull.com" style="border:none">
<img src="" border="0" cellspacing="0" cellpadding="0"/></a></td>
<td width="173"><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="22"><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
<td width="55"><a href="http://www.totalimpactwear.com" style="border:none">
<img src="" border="0" cellspacing="0" cellpadding="0"/></a></td>
<td width="315"><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
<td width="48"><a href="http://www.gactv.com" style="border:none">
<img src="" border="0" cellspacing="0" cellpadding="0"/></td>
<td width="40"><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
<td><a href="mailto:order@totalimpactwear.com" style="border:none">
<img src="" border="0" cellspacing="0" cellpadding="0"/></a></td>
<td><img src="" border="0" cellspacing="0" cellpadding="0" /></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
<tr>
<td><img src="" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="" width="188" border="0" cellspacing="0" cellpadding="0"/></td>
<td><a href="http://www.totalimpactwear.com" style="border:none"><img src="" width="104" border="0" cellspacing="0" cellpadding="0" /></a></td>
<td><img src="" width="188" border="0" cellspacing="0" cellpadding="0"/></td>
</tr>
</table>
</center>
</body>
</html>