背景图像外观可重复

时间:2014-05-06 08:44:06

标签: html email outlook styles vml

您好outlook中的背景图片存在奇怪问题。我为邮件实现了背景图片。它使用了一些图像,但其他图像(相同格式 - jpg,相同尺寸)显示为小于它们并且重复以填充整个单元格。这是代码:

<!--[if gte mso 9]>
 <v:rect xmlns:v="urn:schemas-microsoft-com:vml" href="<%= url %>" fill="true" stroke="false" style="width:648px;height:324px;">
 <v:fill type="tile" src="<%= ImageUrl%>" color="#becbd0" />
 <v:textbox inset="0,0,0,0">
<![endif]-->

这是asp.net代码,因此<%= ImageUrl%>是正确的图片网址。

更新 对我有用的是在v:fill tag中将type =“tile”改为type =“frame”。

0 个答案:

没有答案