gpt4 book ai didi

html - 在电子邮件模板中将 居中

转载 作者:太空宇宙 更新时间:2023-11-03 18:43:17 26 4
gpt4 key购买 nike

所以我是电子邮件 html 模板设计的新手。我正在尝试对齐 <tr>在一张 table 的中央。我的主管告诉我不要使用 align="center" ,而是使用 CSS。我想知道这是不是真的。

你不应该使用 align="center"在设计电子邮件模板时?如果不是,我应该使用什么?

最佳答案

HTML:

<table border="1" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="left">Left Aligned</td>
<td align="right">Right Aligned</td>
</tr>
<tr>
<td align="center">Center Aligned</td>
<td align="left">Left Aligned</td>
</tr>
</table>

关于html - 在电子邮件模板中将 <tr> 居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17045326/

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