【问题标题】:Email - bulletproof background image电子邮件 - 防弹背景图片
【发布时间】:2015-09-17 23:13:46
【问题描述】:

我正在编写 HTML 电子邮件,并试图让背景横幅图像在 Outlook 2010、11、13、16 中正确呈现。目前正在使用它 - http://backgrounds.cm/。 我的问题是 Outlook 2010 和 2013 似乎放大了背景图像。

我的代码:

<td background="https://someKitten.jpg" width="600" height="185" valign="top">

                      <!--[if gte mso 9]>
                      <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:185px;">
                        <v:fill type="tile" src="https://someKitten.jpg" />
                        <v:textbox inset="0,0,0,0">
                      <![endif]-->
                      <div>
                      </div>
                      <!--[if gte mso 9]>
                        </v:textbox>
                      </v:rect>
                      <![endif]-->
                </td>

这似乎是一个已知问题,但我没有遇到任何修复。 https://www.campaignmonitor.com/forums/topic/7953/bulletproof-background-images-enlarging-in-outlook/

【问题讨论】:

    标签: html outlook html-table html-email


    【解决方案1】:

    并且...固定。

    对于遇到此问题的其他人,请将填充类型设置为“框架”

    <v:fill type="frame" src="https://someKitten.jpg" />
    

    【讨论】:

      猜你喜欢
      • 2019-08-23
      • 2017-06-14
      • 1970-01-01
      • 1970-01-01
      • 2020-07-03
      • 2013-02-04
      • 1970-01-01
      • 2016-03-05
      • 1970-01-01
      相关资源
      最近更新 更多