我正在使用Mailchimp处理时事通讯。我在Gmail方面遇到了很多问题。 具体来说:我知道Gmail不支持CSS,因此我将样式写入 HTML 。一切都还可以,但不是按钮和文字的填充:它不会显示在Gmail上。
<table align="left" border="0" cellpadding="0" cellspacing="0" width="50%" class="columnsContainer" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;max-width: 298px; align:left; text-align: left;">
我该如何解决?
答案 0 :(得分:0)
你可以这样做。
<table width="50%">
<tr>
<td style="border:1px solid red"><div style="width:180px;text-align:center;margin:20px auto;border:1px solid red;height:30px;line-height:30px;">Button</div>fake padding</td>
</tr>
<tr>
<td style="border:1px solid red"><div style="width:80%;text-align:justify;margin:20px auto;border:1px solid red;">content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content</div>fake padding</td>
</tr>
</table>
如果有任何问题,请告诉我们。!