【发布时间】:2014-08-29 21:27:35
【问题描述】:
我正在寻找一种在 Outlook +2007 中获取项目符号列表的方法
<ul style="margin:0; list-style-type: disc;">
<li> Element 1 </li>
<li> Element 2 </li>
<li> Element 3 </li>
</ul>
但这根本行不通; Outlook 中根本没有项目符号,而 Gmail 中有项目符号。
该站点表示 Outlook +2007 (https://www.campaignmonitor.com/css/) 支持 list-style-type。但是我只是没有看到这种情况发生。有没有更好的方法来解决这个问题?
【问题讨论】: