0

抱歉,如果这是一个愚蠢的问题-我到处搜索,但找不到解决问题的方法。

基本上我正在创建一个 EDM,即使我在所有表格标签(包含信息)中都有间距和填充为 0,但其中似乎仍然有填充。

一些表格标签确实有单元格间距,但这仅适用于在其他表格之间充当分隔符的表格。EDM 有点像在所有电子邮件客户端中保持一致,因此您可能会在我的代码中看到一些有趣的事情。

希望你们能发现我遗漏的东西。

谢谢你的帮助 :)

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<title>S2 Monthly Newsletter</title>
</head>
<body>
<style type="text/css">
a:visited { color: #ff9201 !important; }
a:hover { color: #ff9201 !important; }
a:active { color: #ff9201 !important; }
></style>

<!-- 100% table -->
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr>
<td>
<!-- Wrapper table -->
      <table cellspacing="0" cellpadding="0" border="0" width="600" align="center"><tr>
<td>

<!-- StepTwo Academy Images -->
<table cellspacing="0" cellpadding="0" border="0" align="left"><tr>
<td width="261" align="left"><img editable src="coins_hand_206729392-260.175905.jpg" width="260"></td>
                <td width="78" align="left"></td>
                <td width="261" align="left"><img editable src="coins_hand_206729392-260.175905.jpg" width="260"></td>
              </tr></table>

<!-- StepTwo Academy Headings -->
<table cellspacing="0" cellpadding="0" border="0" align="left"><tr>
<td width="261" align="left"><h3 style="font-family: Helvetica, Arial, sans-serif; color: #505050;">
                    
                    <singleline label="Title">Title</singleline>
</h3></td>

                <td width="78" align="left"></td>
                
                <td width="261" align="left"><h3 style="font-family: Helvetica, Arial, sans-serif; color: #505050;">
                    <singleline label="Title">Title</singleline>
</h3></td>
              </tr></table>

<!-- StepTwo Academy Body text-->
<table cellspacing="0" cellpadding="0" border="0" align="left"><tr>
<td width="261" align="left" valign="top"><p style="font-family: Helvetica, Arial, sans-serif; line-height: 1.8em; font-size: 16px; color: #505050;">
                    <multiline label="spiel">Far far away, behind the word mountains, far from the countries Vokalia and Consaonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</multiline></p></td>
                    
                <td width="78" align="left"></td>
                
                <td width="261" align="left" valign="top"><p style="font-family: Helvetica, Arial, sans-serif; line-height: 1.8em; font-size: 16px; color: #505050;">
                    <multiline label="spiel">Far far away, behind the word mountains, far from the countries Vokalia and Consaonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</multiline></p></td>
              </tr></table>



<!-- End of wrapper table below -->
</td>
        </tr></table>
<!-- End of 100% table -->
</td>
  </tr></table>
</body>
</html>

4

0 回答 0