除了Outlook 2013 + 2016,我的电子邮件看起来很棒。似乎在我的最终表格行顶部有额外的填充。额外填充展望2013
这是我的代码。图像的高度为10px,看起来表格顶部有一个额外的10px填充。
这是你可以在上面看到的粉红色(ish)行。
这里是我的代码。有任何想法吗?
<table width="600" align="center" cellspacing="0" cellpadding="0" style="padding: 0 !important;margin: 0 !important; background-color: #ed5d98;" bgcolor="#ed5d98">
<tr>
<td>
<table width="600" cellspacing="0" border="0" cellpadding="0" align="center style="width: 600px !important; mso-line-height-rule:exactly">
<tr>
<td width="600" valign="bottom" style="width: 600px !important;background-color: #fff mso-line-height-rule:exactly;" bgcolor="#fff">
<img width="600" src="https://eoa-editor.s3.amazonaws.com/f90c5762a5514d4fa25ece7946c98bfd37feee58%2Fframe.png" alt"" />
</td>
</tr>
</table>
</td>
</tr>
</table>
保存您的电子邮件,并在IE中打开它。您拥有的代码不一定是由Outlook呈现的代码。 Outlook将推断您拥有的内容,并在其认为需要的地方添加默认样式和元素。 – scrappedcola