【发布时间】:2015-09-17 23:13:46
【问题描述】:
我正在编写 HTML 电子邮件,并试图让背景横幅图像在 Outlook 2010、11、13、16 中正确呈现。目前正在使用它 - http://backgrounds.cm/。 我的问题是 Outlook 2010 和 2013 似乎放大了背景图像。
我的代码:
<td background="https://someKitten.jpg" width="600" height="185" valign="top">
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:185px;">
<v:fill type="tile" src="https://someKitten.jpg" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<div>
</div>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
</td>
这似乎是一个已知问题,但我没有遇到任何修复。 https://www.campaignmonitor.com/forums/topic/7953/bulletproof-background-images-enlarging-in-outlook/
【问题讨论】:
标签: html outlook html-table html-email