Hi guys,
I have been trying to format my gmail body using html tags but i am not getting my desired output. The formatting looks awfl when sent to customer. Extra spaces have been added above & below the text despite setting the padding to 0. Here’s the formatting i have been using:
<table role="presentation" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" style="padding:0;background-color:#ffffff;">
<table role="presentation" width="100%" border="0" cellpadding="0" cellspacing="0" style="max-width:520px;">
<tr><td style="padding:0px 16px 14px 16px;"><span style="font-family:Georgia,serif;font-size:10px;color:#aaaaaa;letter-spacing:4px;text-transform:uppercase;">Faisal Silk · Order Update</span></td></tr>
<tr><td style="padding:0 16px 0 32px;"><span style="font-family:Arial,sans-serif;font-size:9px;color:#aaaaaa;letter-spacing:2px;text-transform:uppercase;">Order No.</span></td></tr>
<tr><td style="padding:0 16px 24px 32px;"><span style="font-family:Georgia,serif;font-size:26px;color:#111111;letter-spacing:2px;line-height:1.0;"></span></td></tr>
<p><tr><td style="padding:0 16px 0 32px;"><span style="font-family:Georgia,serif;font-size:15px;color:#555555;font-style:italic;">Heyyo Salam,</span></td></tr></p>
<tr><td style="padding:0 16px 20px 32px;"><span style="font-family:Georgia,serif;font-size:16px;color:#111111;font-weight:700;"></span></td></tr>
<tr><td style="padding:0 16px 8px 32px;"><span style="font-family:Arial,sans-serif;font-size:13px;color:#333333;line-height:1.8;">Here's a quick update on your order - we've just finished <strong style="color:#111111;"></strong>. Your piece is beautifully on its way.</span></td></tr>
<tr><td style="padding:0 16px 28px 32px;"><span style="font-family:Arial,sans-serif;font-size:13px;color:#777777;line-height:1.8;">We'll keep you in the loop as it reaches its next milestone.</span></td></tr>
<tr><td style="padding:0 16px 32px 32px;">
<a href="https://myorders.faisalsilk.com/" style="display:inline-block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#ffffff;background-color:#111111;padding:6px 28px;text-decoration:none;border:2px solid #ffffff;outline:2px solid #111111;">Track Your Order ↗</a>
</td></tr>
<tr><td style="padding:0 32px 16px 32px;">
And here’s how it displays when sent. The button isn’t aligned with the text. Extra space above texts like the space between Order No. heading & Order No. The extra spae between Heyyo Salam & customer name, the extra space between the last line & Button.
Does anyone know what’s wrong with the html i am using to remove these extra spaces?

<table role="presentation" width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td height="1" style="background-color:#eeeeee;font-size:0;line-height:0;"> </td></tr></table>
</td></tr>
<tr><td style="padding:0 32px 2px 32px;"><span style="font-family:Arial,sans-serif;font-size:11px;color:#aaaaaa;">With care · <strong style="color:#111111;">Faisal Silk</strong></span></td></tr>
<tr><td style="padding:0 32px 32px 32px;"><a href="mailto:info@faisalsilk.com" style="font-family:Arial,sans-serif;font-size:11px;color:#aaaaaa;text-decoration:none;">info@faisalsilk.com</a></td></tr>
</table>
</td>
</tr>
</table>


