gpt4 book ai didi

html - 如何在 Hotmail 的 html 电子邮件中为 TABLE 或 DIV 添加边框?

转载 作者:行者123 更新时间:2023-11-28 04:08:30 25 4
gpt4 key购买 nike

是的,html 电子邮件不好,但我必须发送 html newsletter到我的客户名单。他们中的大多数人使用Hotmail .

是否可以添加 CSS <table> 周围的边框/<div>元素?

<div style="border:1px solid #000000;">BORDER</div>不工作

最佳答案

看起来最好的选择是在表中创建表:

<table bgcolor="#ACD13C" width="100%" cellpadding="2" cellspacing="0"><tr>
<td><table bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left;" width="400">Text goes here</td>
</tr>
</table></td></tr></table>

Hotmail 就是不喜欢边框...

关于html - 如何在 Hotmail 的 html 电子邮件中为 TABLE 或 DIV 添加边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4100361/

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