html email with background-image style not shown

前端 未结 6 1898
陌清茗
陌清茗 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:21

    Background images are not supported in Outlook. As a best practice, you should never use background images in HTML emails. If you must have a background, you can use and image PLUS a solid color. Those with email clients that support background images will get the images, and those that don't support it will fall back to the solid color.

提交回复
热议问题