防弹背景图片Outlook 2013

时间:2015-12-01 08:58:43

标签: html email outlook vml

我试图在outlook 2013中的表格单元格上放置背景图片。 我在广告系列监视器中使用了这个:https://backgrounds.cm/。它应该与使用html引擎的客户合作:outlook 2007,2010和2013.

我得到了这段代码并在emailonacid上测试了它(只有这段代码,没有别的):

<table>
    <tr>
        <td background="http://www.stampready.net/dashboard/editor/user_uploads/zip_uploads/2015/11/25/uGNU4M0pzfWehDAXEvq5V6y7/stampready/images/s2_bannerbg.jpg" bgcolor="#0193F9" width="800" height="450" valign="top">
        <!--[if gte mso 9]>
            <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:800px;height:450px;">
                <v:fill type="tile" src="http://www.stampready.net/dashboard/editor/user_uploads/zip_uploads/2015/11/25/uGNU4M0pzfWehDAXEvq5V6y7/stampready/images/s2_bannerbg.jpg" color="#0193F9" />
                <v:textbox inset="0,0,0,0">
        <![endif]-->
                    <div>
                    </div>
        <!--[if gte mso 9]>
                </v:textbox>
            </v:rect>
        <![endif]-->
        </td>
    </tr>
</table>

现在让我们在https://www.emailonacid.com

上查看结果

enter image description here

正如您所看到的,它在2007年和2010年都运行得非常好,但令我难以置信的是,即使有很多尝试调试它,它也不会在outlook 2013上工作。

也许以前有人遇到过这个问题。

编辑:至于重复的问题,我的问题涉及背景图片在2007/2010但不是2013年工作的问题。这在堆栈溢出时确实是唯一的,所以它不是重复的

1 个答案:

答案 0 :(得分:0)

在Outlook 2013的实际版本中测试它。它应该显示图像。

像Acid和Litmus上的Email这样的工具本质上就是虚拟机。根据日期或时间,他们的软件可以在电子邮件的图像下载之前捕获屏幕截图。 +使用MS的icky VML代码下载和显示图像需要更长的时间。