我正在开发一个 HTML 电子邮件模板。由于某种原因,outlook 中的图像左侧有空格,而 gmail 中的图像下方有空格。
我已经尝试了这里列出的许多建议,但都没有成功。
这是我也提到的一些代码:
<tr>
<td colspan="12">
<img src="http://www.antequera-inland.com/email-template/images/_01.gif" width="600" height="172" alt=""/></td>
</tr>
<tr>
<td colspan="4" rowspan="4">
<img src="http://www.antequera-inland.com/email-template/images/_02.gif" width="348" height="120" alt=""/></td>
<td colspan="7">
<a href="http://www.skype.com" title="Chat or call us via Skype" target="_blank"
onmouseover="window.status='Chat or call us via Skype'; return true;"
onmouseout="window.status=''; return true;">
<img src="http://www.antequera-inland.com/email-template/images/skype-link.gif" alt="Chat or call us via Skype" name="Chat-or-call-us-via-Skype" width="233" height="26" border="0" /></a></td>
<td rowspan="12">
<img src="http://www.antequera-inland.com/email-template/images/_04.gif" width="19" height="591" alt=""/></td>
</tr>
<tr>
<td colspan="7">
<a href="mailto:steve@antequera-inland.com" title="Send us as email" target="_blank"
onmouseover="window.status='Send us as email'; return true;"
onmouseout="window.status=''; return true;">
<img src="http://www.antequera-inland.com/email-template/images/Email-Steve.gif" alt="Send us as email" name="Send-us-as-email" width="233" height="22" border="0" /></a></td>
</tr>
<tr>
<td colspan="7">
<a href="http://www.antequera-inland.com" title="Visit Antequera Inland website" target="_blank"
onmouseover="window.status='Visit Antequera Inland website'; return true;"
onmouseout="window.status=''; return true;">
<img src="http://www.antequera-inland.com/email-template/images/www.antequera-inland.com.gif" alt="Visit Antequera Inland website" name="Visit-Antequera-Inland-website" width="233" height="23" border="0" /></a></td>
</tr>
非常感谢任何帮助。
问候。