我在我的html简报中调用了背景图片,这些图片没有显示在我的Outlook和gmail中:
任何人都可以帮助我。
代码:
<td style="font-family: calibri;font-size:16px;color:#000;font-weight:bold;padding-left:4px;border-top:1px solid #039AE0;border-bottom:1px solid #039AE0;border-left:1px solid #039AE0;border-right:1px solid #039AE0;border-radius:25px;background: url('http://mysite/newsletter/images/truy.jpg') repeat-x;text-align:center;" height="40" >3900 AED</td>
答案 0 :(得分:1)
大多数电子邮件客户端不支持使用背景图像。在电子邮件方面,CSS的使用非常有限。
这里有一些关于如何绕过它的信息 - http://blog.mailchimp.com/background-images-and-css-in-html-email/
答案 1 :(得分:0)
背景图片适用于主要电子邮件客户端。正如您所发现的那样,困难在于Outlook。 Outlook仅支持正文标记中的背景图像或使用VML。看到这个类似的答案: