css padding is not working in outlook

后端 未结 14 1851
挽巷
挽巷 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 02:02

    Make sure to throw on the !important for Outlook especially.

    td {
    border-collapse: separate;
    padding: 15 !important
    }
    

    I also wanted borders, so might not work for someone who doesn't.

提交回复
热议问题