2

HTML 電子メール ボイラープレートには、ラッパーに指定された #backgroundTable id があります。行の高さのプロパティが head で 100% に設定されているため、電子メール内のすべてのテキストが互いに重なり始めます。

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

なぜ彼らはこれをするのですか?メールを強化するようには見えません。

4

1 に答える 1

2

リンク先の Web サイトから:

.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 に答える