gpt4 book ai didi

html - 内容上的电子邮件 HTML 边框,而不是单元格?

转载 作者:行者123 更新时间:2023-11-28 15:48:58 24 4
gpt4 key购买 nike

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="border:2px solid #ffffff; padding: 8px 10px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; text-decoration:none;">
<h3 style="color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;font-size:16px;font-style:normal;font-weight:bold;line-height:150%;letter-spacing:2px;text-decoration:none;text-align:center;">
<a alias="" conversion="false" data-linkto="https://" href="google.com" style="color:#ffffff;text-decoration:none; " title="Book Appointment">
<span>BOOK AN APPOINTMENT<br>
TO VISIT US TOMORROW</span></a>
</h3>
</td>
</tr>
</table>

无论我在哪里添加边框样式,它总是包裹整个单元格,而不是单元格内容 本身。

代码是这样的:

SE1

如果我将它添加到 span 元素上,它会完全打破边框,如下所示:

SE2

这是我需要的样子:

SE3

我在这里做错了什么?

最佳答案

这非常简单,并且可以在所有电子邮件客户端上一致地工作。

单行文字:

<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="" style="margin: auto;">
<tr>
<td style="text-align: center;">
<h3 style="margin: 0;"><a href="#" style="border: 2px solid #ffffff; font-family: sans-serif; font-weight: bold; font-size: 16px; line-height: 22px; text-decoration: none; padding: 20px 30px; color: #ff0000; display: block; letter-spacing: 2px;">Book An Appointment<br />To Visit Us Tomorrow</a></h3>
</td>
</tr>
</table>

两行文字:

<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="260" style="margin: 0; border: 2px solid #ff0000;">
<tr>
<td style="background: #222222; border: 8px solid #222222; text-align: center;">
<div style="padding: 10px 15px;">
<a href="#" style="background: #222222; border: 1px solid #222222; font-family: sans-serif; font-weight: bold; font-size: 16px; line-height: 22px; text-decoration: none; color: #ffffff; display: block; letter-spacing: 2px; mso-line-height-alt: 22px;">Book An Appointment To Visit Us Tomorrow</a>
</div>
</td>
</tr>
</table>

除非你需要 <h3>对于屏幕阅读器,我建议删除它。

祝你好运。

关于html - 内容上的电子邮件 HTML 边框,而不是单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54095797/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com