很抱歉,如果这是一个愚蠢的问题 - 我到处搜索,但我找不到解决问题的方法。
基本上我正在创建一个EDM,即使我在所有的表标签(包含信息)中都有间距和填充为0,但它内部似乎仍然有填充。
某些表标签确实有单元格间距,但这仅适用于在其他表之间作为断路器的表。 EDM是在所有电子邮件客户端中保持一致的bi @ tch,因此您可能会在我的代码中看到一些有趣的事情。
希望你们能发现我失踪的东西。
感谢您的帮助:)
<!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>