Gmail wraps certain HTML elements in a class called im

后端 未结 9 2164
醉梦人生
醉梦人生 2021-02-02 05:38

I have been testing out an HTML e-mail process I\'ve created recently. But as of lately, when I open the e-mail in Gmail, I\'m noticing that certain elements are wrapped in a c

9条回答
  •  死守一世寂寞
    2021-02-02 06:07

    Please use styles on your page:

    div.adm {  display: none !important;}
    div.h5 { display: block !important;}
    

提交回复
热议问题