使用VML的Outlook HTML签名 - 作为转换后的图像发送

时间:2014-03-06 15:57:06

标签: outlook vml

在尝试使用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内容似乎会转换为图像?

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

在这里找到它: http://grabalife.com/2011/05/19/using-mailchimp-and-background-images-in-your-table-cells/

(不将您的HTML内容包装在VML中)