Forum Moderators: not2easy
HTML:
<ul class="videolist">
<li><a href="#">item</a></li>
<li><a href="#">item</a></li>
<li><a href="#">item</a></li>
<li><a href="#">item</a></li>
</ul>
CSS:
.videolist li {
list-style: none;
line-height: 1.5em;
background: url(img/video.gif) no-repeat top left;
padding-left: 25px;
font-size: .9em;
}
Marshall, yours did work. I did just have a bullet image that I wanted to replace and not an entire background. My reasoning for going with the background image was so I could control the vertical alignment of the bullet image. But this works just fine and much appreciation for both of your help!
~Scott