Mac中的deafult邮件客户端切断了此邮件的最后部分。在激活链接中的图像之后,其余的电子邮件被剪切掉。
但在iPhone,Windows Phone和Outlook中我可以看到电子邮件
<div style="width: 100%; border-spacing: 0;">
<div style="background-color: #ffffff;">
<div style="height: 155px;">
<img src="http://website.com/static/img/logo.jpg" />
</div>
</div>
<div style="background-color: #cccccc;">
<div style="height: 5px;"></div>
</div>
<div style="background-color: #f2f2f2;">
<div style="padding: 20px;">
<p>Some text</p>
<br />
<p>
<a href="http://website.com/activate/key123">
<img src="http://website.com/static/img/landing/img.jpg" />
</a>
</p><p>MoreText</p>
</div>
</div>
</div>
答案 0 :(得分:0)
首先,在html电子邮件中,您应该使用表格,而不是div。
您的图片代码没有高度和宽度,这可能是您遇到问题的原因。通常,您的图片代码应如下所示:
<img style="margin: 0; border: 0; padding: 0; display: block;" src="" width="" height="" alt="">