An extra bullet appears on in my asides (Css List Styles help)
-
I am having difficulties with my CSS for my asides. I am attempting to make a list of links but everytime I do so an extra bullet appears for some reason. Can anyone tell me how to get rid of the bullet above ‘Mozilla 1.0 Secrets.’
Current CSS:
ul.linklog li {
color: #333333;
font-family: “Trebuchet MS”, serif; /*Arial, sans-serif;*/
font-size: 9pt;
letter-spacing: 1px;
padding: 3px 0 3px 0;
margin: 0;
margin-top: 5px;
margin-bottom: -5px;
list-style-type:disc;
list-style-image: url(‘https://www.kgeiger.net/images/list.gif’);
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘An extra bullet appears on in my asides (Css List Styles help)’ is closed to new replies.