【发布时间】:2014-03-06 15:57:06
【问题描述】:
在尝试让背景图像在 Outlook 中工作时,我尝试使用效果很好的 VML:
<!--[if gte mso 9]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:540px;height:196px;">
<v:fill type="tile" src="http://www.website.com/background-image.jpg" color="#888888" />
<v:textbox inset="0,0,0,0">
<![endif]-->
<div>
<p>my signature content</p>
</div>
<!--[if gte mso 9]>
</v:textbox>
</v:rect>
<![endif]-->
但是,当将此签名从 Outlook 发送到 Mac 时,VML 区域和其中的 HTML 内容似乎被转换为图像?
有什么想法吗?
【问题讨论】: