2

html 电子邮件样板文件中,有一个给包装器的 #backgroundTable id。行高属性在标题中设置为 100%,这最终使电子邮件中的所有文本开始相互重叠

#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}

他们为什么要这样做?它似乎并没有增强电子邮件。

4

1 回答 1

2

从您链接到的网站:

.ExternalClass, ... {
      line-height: 100%;
 } /* Force Hotmail to display normal line spacing.  
 More on that: http://www.emailonacid.com/forum/viewthread/43/ */
于 2011-12-14T17:26:14.790 回答