获取项目符号以显示在 Zen Cart 的 EZ-Pages 上
我找不到任何原因说明为什么项目符号不会出现在 Zen Cart 的 EZ 页面上。
它们显示在我使用的编辑器中,但在网站上加载页面时不会显示。
还有其他人遇到过这个问题吗?这是一个错误吗?
I can not find any reason as to why bullets will not appear on the EZ-pages in Zen Cart.
They show up in the editor that I use but not when the page is loaded on the site.
Has anyone else had this problem? Is it a bug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(授人以鱼......)
以下是查找 CSS 属性的方法:
list-style: none
或list-style-type: none
,在您的CSS 文件(文件名和行号显示在旁边)并将其更改为list-style:disc
(Give a man a fish....)
Here's how to find the CSS attribute:
<li>
list-style: none
orlist-style-type: none
, find that in your CSS file (file name and line number is shown beside it) and change it tolist-style:disc