HTM电子邮件背景图片未显示在Outlook中

时间:2018-09-12 20:45:39

标签: html email background-image html-email

我的电子邮件构建使用的是campaign monitor精心创建的众所周知的防弹背景图像。这样可以确保这些图像在不同版本的Outlook中呈现。

尽管我使用的是提供的正确HTML和VML代码,但是一旦测试我的电子邮件,它仍然无法在Outlook中呈现背景图像。

目前,我正处于这一步,代码看起来很完美。 如果有什么看起来不太正确的地方,请告诉我。

<td background="https://image.ibb.co/dp5R4p/herobg.png" bgcolor="#7bceeb" width="640" valign="top">
  <!--[if gte mso 9]>
  		<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:640px;">
    	<v:fill type="tile" src="https://image.ibb.co/dp5R4p/herobg.png" color="#7bceeb" />
    	<v:textbox style="mso-fit-shape-to-text:true" inset="0,0,0,0">
  	<![endif]-->
  <div>
    <table width="640" border="0" cellspacing="0" cellpadding="0" class="MainTable" style="width:640px; margin:0 auto;" align="center">
      <tbody>
        <tr>
          <td style="padding:0px 0px 0px 0px;" class="padding-top-10" align="center">
            <a href=""><img src="https://image.ibb.co/dvzyue/herocta.png" alt="hero offer" width="600" class="width-100" style="width:600px;" border="0"></a>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <!--[if gte mso 9]>
    </v:textbox>
  	</v:rect>
  	<![endif]-->
</td>

0 个答案:

没有答案