在Outlook 2010中重复通讯背景图像

时间:2015-05-26 22:42:45

标签: html background-image outlook-2010 newsletter

我有很多关于使用Outlook桌面客户端的电子邮件html简报的问题。 我的背景只是在outlook中重复出现。与其他网络客户端和移动设备相比,它看起来很完美。我已经在这里检查了一些主题,但我没有找到正确的解决方案。

这是我的代码。你能告诉我们哪里错了:

http://pastebin.com/aQQMPPHQ

    <table style="padding: 0px 15px; font-family: Lato, Arial, sans-serif; border-collapse: collapse; width: 100%;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td align="center">
<table style="padding: 0px; font-family: Lato, Arial, sans-serif; border-collapse: collapse; width: 100%;" border="0" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="background-image: url('http://www.miro-reisen.ch/wp-content/uploads/2015/04/miro-reisen-newsletter-extended.jpg'); background-position: center top; background-repeat: no-repeat;" align="center"><!--[if gte mso 9]>
             <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
               <v:fill type="tile" src="http://www.miro-reisen.ch/wp-content/uploads/2015/04/miro-reisen-newsletter-extended.jpg" color="#00bbe3"/>
             </v:background>
             <![endif]--> <!-- head table -->
<table style="font-family: Lato, Arial, sans-serif; border-collapse: collapse; width: 600px;" border="0" cellspacing="0" cellpadding="0">
<tbody>

该newsletter-extened.jpg在右侧重复播放

1 个答案:

答案 0 :(得分:0)

这也发生在我身上,只是想发一个答案,因为我最终在我的电子邮件中解决了这个问题。我为html中的每个图片添加了 style =“background-repeat:no-repeat; 内联,并修复了它。