【发布时间】:2015-01-19 18:05:42
【问题描述】:
"list-style-type: none" 在 Outlook 2007 中不起作用
我用 html 编写了一个电子邮件通讯。 我可以使用列表样式类型更改列表项的显示。 例如。如果我写
ul{ list-style-type: square;}
列表项以正方形显示(在 Outlook 2007 和 Thunderbird 32 中)。
但是如果我写
ul{ list-style-type: none;}
Outlook 2007 显示标准圆圈,而 Thunderbird 什么也不显示。
有帮助,但无法解析链接:
【问题讨论】:
标签: css email outlook outlook-2007 newsletter