css padding is not working in outlook

后端 未结 14 1868
挽巷
挽巷 2020-12-01 01:19

I have following html in email template.

I am getting different view in MS Outlook and in gmail for the same.


    

        
14条回答
  •  春和景丽
    2020-12-01 01:50

    In some cases we set border instead of padding and it works in outlook.

    border: solid #efeeee;border-width: 20px 40px;
    

提交回复
热议问题