Hi hopefully somebody can tell me what to do before I go insane!
I’ve created a signature in photoshop, sliced it up and placed the HTM file in the signatures area for Outlook 2013. Now when I choose the signature, the tables and images all line up nicely, but if it’s sent to yahoo, gmail, hotmail etc, the design breaks and leaves give white gaps in places.
Here’s the code, if anybody can tell what I need to do, I’d be soooo grateful.
<style>
table
{
border-collapse:collapse;
border-spacing: 0;
padding:0;
}
th, td
{
padding: 0px;
vertical-align: top;
}
td {
vertical-align:text-top;
}
</style>
<table style="border-collapse: collapse;border-spacing: 0;padding: 0; width:746px;">
<tr>
<td width="34" height="93" border="0" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_01.jpg" width="34" height="93" alt="" style="display: block;"></td>
<td width="11" height="93" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_02.jpg" width="11" height="93" alt="" style="display: block;"></td>
<td width="183" height="93" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_03.jpg" width="183" height="93" alt="" style="display: block;"></td>
<td colspan="7" width="518" height="93" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_04.jpg" width="518" height="93" alt="" style="display: block;"></td>
</tr>
<tr>
<td colspan="3" rowspan="2" width="228" height="137" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_05.jpg" width="228" height="137" alt="" style="display: block;"></td>
<td colspan="7" width="518" height="89" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_06.jpg" width="518" height="89" alt="" style="display: block;"></td>
</tr>
<tr>
<td width="235" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_07.jpg" width="235" height="48" alt="" style="display: block;"></td>
<td width="53" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_08.jpg" width="53" height="48" alt="" style="display: block;"></td>
<td width="46" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_09.jpg" width="46" height="48" alt="" style="display: block;"></td>
<td width="37" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_10.jpg" width="37" height="48" alt="" style="display: block;"></td>
<td width="44" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_11.jpg" width="44" height="48" alt="" style="display: block;"></td>
<td width="42" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_12.jpg" width="42" height="48" alt="" style="display: block;"></td>
<td width="61" height="48" style="padding: 0px;vertical-align: top;">
<img src="http://www.paperplanes.io/signature/images/signature_13.jpg" width="61" height="48" alt="" style="display: block;"></td>
</tr>
</table>