Background images not working in Outlook 2007 and later

前端 未结 9 2053
猫巷女王i
猫巷女王i 2020-12-08 05:44

I made an HTML Email Template that is working fine in most email readers, but the background images are not showing in Outlook 2007, 2010, and 2013. How can I solve the prob

9条回答
  •  时光取名叫无心
    2020-12-08 06:37

    Background image will not support in outlook 2007+ Use VML ( Vector Markup Language (VML) is an XML-based file format for two-dimensional vector graphics. ) to get support eg :

       

    Help Link : http://backgrounds.cm/

    Outlook Specific /* Your Outlook-specific CSS goes here. */

    ‘mso 9’ is Office 2000 Outlook 2000 - Version 9 Outlook 2002 - Version 10 Outlook 2003 - Version 11 Outlook 2007 - Version 12 Outlook 2010 - Version 14 Outlook 2013 - Version 15 http://templates.mailchimp.com/development/css/outlook-conditional-css/

提交回复
热议问题