gpt4 book ai didi

html - Outlook 显示矩形而不是 li 元素符号列表

转载 作者:太空宇宙 更新时间:2023-11-03 21:03:55 25 4
gpt4 key购买 nike

我正在用 html 和 php 发送时事通讯,我遇到了 ul > lis 的问题显示矩形而不是元素符号

从 Outlook 保存的 html 显示 html 列表已转换为 span:

<span style="font-size:10.0pt;
font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"><span style="mso-list:Ignore">·<span style="font:7.0pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;
</span></span></span>

有什么解决方案吗?

最佳答案

可能只是渲染引擎之间的渲染差异。

可用于模仿要点。使用它的最佳方法是将所有这些都放在一个表中,并使用 和行来分隔你的点。

像这样:

<table>
<tr>
<td style="color:xxx; font-size:xxx;">&bull;</td>
<td>Text</td>
</tr>
<tr>
<td style="color:xxx; font-size:xxx;">&bull;</td>
<td>Text</td>
</tr>
<tr>
<td style="color:xxx; font-size:xxx;">&bull;</td>
<td>Text</td>
</tr>
</table>

关于html - Outlook 显示矩形而不是 li 元素符号列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55916888/

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