Div styles not working in Outlook Emails

后端 未结 4 1042
暗喜
暗喜 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:22

    HTML emails are primarily table-based due to limited div support...mainly with Outlook Windows. You can use divs for some things but I would recommend only using it for mobileOn/mobileOff type classes and certain displays.

提交回复
热议问题