html email with background-image style not shown

前端 未结 6 1899
陌清茗
陌清茗 2020-12-09 12:04

I am creating an email template which has to display images from external website. I had placed some tags for rendering the images and there are som

6条回答
  •  抹茶落季
    2020-12-09 12:20

    At last I found the answer.

    Outlook 2007 does not use the Internet Explorer's rendering engine for loading HTML content. Instead it uses Word 2007 HTML and CSS capabilities.

    Because of this CSS attributes such as background-image is not supported. And hence it's not possible to set a background image for HTML elements in outlook using standard CSS tags.

    More info is available at http://msdn.microsoft.com/en-us/library/aa338201(v=office.12).aspx

提交回复
热议问题