Source: https://foxhop.net/f33319b2-2f95-11f1-a911-e86a64d24d78/remove-bullets-from-unordered-html-list
Snapshot: 2026-05-25T22:23:57Z
Generator: Remarkbox 1527ef7

This is a thread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

How do you remove the bullets from an unordered html list?

<ul style='list-style-type: none'>
  <li>x</li>
  <li>x</li>
  <li>x</li>
  <li>x</li>
  <li>x</li>
  <li>x</li>
</ul>

Use css style list-style-type: none of course!


Source: https://foxhop.net/f33319b2-2f95-11f1-a911-e86a64d24d78/remove-bullets-from-unordered-html-list
Snapshot: 2026-05-25T22:23:57Z
Generator: Remarkbox 1527ef7