简体   繁体   中英

Newsletter background image not showing up in my outlook 2007

I've called background images in my html newsletter and these images are not showing up in my outlook and in gmail also:

Code:

<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>

Using background images is not supported by most email clients. There is very limited use of CSS when it comes to emails.

There is some information here as to how you can get around it - http://blog.mailchimp.com/background-images-and-css-in-html-email/

Background images do work across major email clients. The difficulty, as you've discovered is with Outlook. Outlook only supports background images in either the body tag or by using VML. See this similar answer:

Background images not working in Outlook 2007 and later

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM