Outlook 2013 客户端向 css 添加额外内容?

Outlook 2013 client Add extra content to css?

outlook 2013 或任何版本的桌面客户端是否存在 css 渲染问题? edm 中的 table td 背景图像存在此问题。如果我通过网络浏览器发送它,我的 edm 工作得很好,但如果我使用 outlook 客户端,td 背景有轻微的 css 变化,我检查它在我之前添加额外的 <span><p> 的代码td背景。

这是工作edm的形象 这是代码

<td background="http://****Whatsnew.png" bgcolor="#E7E7E9" width="250" height="36" valign="top" style="background-repeat: no-repeat; display:block;">
            <!--[if gte mso 9]>
            <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:260px;height:36px;">
              <v:fill type="tile" src="http://*****Whatsnew.png" color="#E7E7E9" />
              <v:textbox inset="0,0,0,0">
            <![endif]-->
            <table style="color: white; font-size: 15px; display:block; Margin-left:12px;" cellpadding="0" cellspacing="0" border-collapse="collapse">
                <tr>
                    <td width="0" height="4" style="line-height:1px;font-size:1px;">
                        <font style="font-size:1px;display:none !important;display:none;">&nbsp;</font>
                    </td>
                </tr>
                <tr>
                    <td></td>
                    <!-- 1ST COLUMN RIBBON TEXT -->
                    <td>What's New</td>
                </tr>
            </table>
            <!--[if gte mso 9]>
              </v:textbox>
            </v:rect>
            <![endif]-->
        </td>

并通过 css 的 outlook 客户端问题发送出去

code inspect, adding css 添加了 p 和 span class

是的,在使用 Word 呈现 HTML 内容的 Outlook 中,HTML 和 CSS 存在一些问题。请参阅:“Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007