"list-style-type:none"在Outlook 2007中不起作用

Tee*_*ker 2 css email outlook newsletter outlook-2007

"list-style-type:none"在Outlook 2007中不起作用

我用html编写了一封电子邮件通讯.我可以使用list-style-type更改列表项的显示.例如,如果我写

ul{ list-style-type: square;}
Run Code Online (Sandbox Code Playgroud)

列表项显示为方形(在Outlook 2007和Thunderbird 32中).

但是,如果我写

ul{ list-style-type: none;}
Run Code Online (Sandbox Code Playgroud)

Outlook 2007显示了标准圈,而Thunderbird没有显示任何内容.

有帮助,但没有解决链接:

And*_*ndi 5

你可以在这里阅读:http://msdn.microsoft.com/en-us/library/aa338201.aspx "none"无效.但你可以用表格伪造一个列表.或者,因为您不需要任何列表类型,只需执行换行符.