获取项目符号以显示在 Zen Cart 的 EZ-Pages 上

发布于 2024-10-21 16:55:49 字数 117 浏览 1 评论 0原文

我找不到任何原因说明为什么项目符号不会出现在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一杆小烟枪 2024-10-28 16:55:49

(授人以鱼......)

以下是查找 CSS 属性的方法:

  1. 打开 Chrome(如果安装了 Firebug 扩展,则打开 Firefox)
  2. 右键单击​​列表,单击“检查元素”
  3. 确保您正在查看的样式
  4. 在 CSS 窗格中,查找 list-style: nonelist-style-type: none,在您的CSS 文件(文件名和行号显示在旁边)并将其更改为 list-style:disc

(Give a man a fish....)

Here's how to find the CSS attribute:

  1. Open Chrome (or Firefox if you have the Firebug extension installed)
  2. Right-click the list, click Inspect Element
  3. Make sure you are looking at the styles for <li>
  4. In the CSS pane, look for list-style: none or list-style-type: none, find that in your CSS file (file name and line number is shown beside it) and change it to list-style:disc
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文