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. 0 讨论(0) 查看其它14个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Make sure to throw on the !important for Outlook especially.
!important
td { border-collapse: separate; padding: 15 !important }
I also wanted borders, so might not work for someone who doesn't.