Login or register    
Embed Instant Previews - LinkPeek.com

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!

Comments

Leave a comment

Please login or register to leave a comment!



Embed Instant Previews - LinkPeek.com