【发布时间】:2019-01-08 21:32:51
【问题描述】:
我已在我的专栏中添加了背景图像,但它在 Outlook 2007 中不起作用,如何使背景图像出现在 Outlook 2007 客户端中并填充 td 100% 并控制其定位。
我试过这个:-
<tr height="125px">
<td width="750px" height="125px" class="tdBack" background="" align="left" valign="bottom" id="logo" style="padding:6px 80px 0px 10px;background-image: url('');background-repeat: repeat-y no-repeat;background-color: #333;margin: 0;background-size:750px">
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false">
<v:fill type="tile" src="" />
<v:textbox inset="0,0,0,0" style="v-text-anchor:bottom;">
<font style="font-family:Arial; font- weith:bold;font-size:11pt; line-height: 27px;" color="#FFFFFF">
<i>Newsletter du <xsl:value-of select="$"/>
</i>
</font>
</v:textbox>
</v:rect>
</td>
</tr>
我希望图像完全填满td,谢谢!
【问题讨论】:
-
到目前为止,一个简单的搜索将为您提供关于 SO 的 4 个答案。这是一个有效的stackoverflow.com/questions/44525250/…
-
谢谢.. 但我已经尝试了这些答案,我发现 Outlook 2007 不会渲染 conditionnel cmets 内部的图像,所以我删除了 conditionnel cmets MSO,它可以工作.. 问题已解决,谢谢为了大家的支持
标签: css email xslt html-email email-templates