【发布时间】:2011-06-21 06:08:32
【问题描述】:
我已经查看了background image on TD in Outlook 2007 的问题。我无法在 td 元素中显示背景图像。
我也看过 http://www.campaignmonitor.com/forums/viewtopic.php?id=3862 并尝试过,但没有任何乐趣。
只是我的代码片段:
<td height="100%" valign="top" background="myimage.gif" alt="" bgcolor="#FFFF00">
<!--[if gte mso 9]>
<v:image xmlns:v="urn:schemas-microsoft-com:vml" style='behavior: url(#default#VML); display:inline-block;width:51px;height:10px;position:absolute;top:0;left:0;border:0;z-index:-1;' src="myimage.gif" />
<![endif]-->
... td contents...
</td>
有什么想法吗?
【问题讨论】:
-
抱歉,不鼓励在 SO 上重复问题,投票以重复结束。我将在原始问题中进行一个小编辑,使其达到顶峰。如果它对你来说真的非常重要,你也可以开始赏金
-
好的,非常感谢。我还不能设置赏金,只赚了其中的 73%。
标签: html outlook-2007