Jump to content

wish to add a bullet point to <span> class as LI UL OL are not possible choices


jasonc

Recommended Posts

<span class="bullet">text with a bullet</span>

 

.bullet {
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 20px;
}

 

For semantics sake you should be using a LI

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.