Div styles not working in Outlook Emails

后端 未结 4 1039
暗喜
暗喜 2020-12-10 05:54

I have created a HTML template for Emails using Div tags.

Its working fine on Gmail, Yahoo.

But Div styles not working in the Outlook.

Following is t

4条回答
  •  天涯浪人
    2020-12-10 06:25

    Float width and position CSS styles applied to div's do not work in Outlook.

    • Link Now Dead - https://www.campaignmonitor.com/blog/post/3472/div-tags-in-html-email-newsletters/ (See table half way down)

    This is the primary reason while Tables are still used so heavily in Emails.

提交回复
热议问题