effpeetee
01-07-2008, 08:49 PM
li.nobullet {
list-style: none;
}
li.bullet {
list-style: bullet;
}
I am getting flummoxed over this issue.:eek: The lists in my Sources site are five with bullets and five without alternatively. The nobullet lines are called with - <li class="nobullet"> - all neat and tidy. The bullet lines are just seperated with </li> </ul>
I would be much happier using a class. But I do not know what to invoke. Is there a style "bullet" ? or what do you suggest.:D
Frank.
list-style: none;
}
li.bullet {
list-style: bullet;
}
I am getting flummoxed over this issue.:eek: The lists in my Sources site are five with bullets and five without alternatively. The nobullet lines are called with - <li class="nobullet"> - all neat and tidy. The bullet lines are just seperated with </li> </ul>
I would be much happier using a class. But I do not know what to invoke. Is there a style "bullet" ? or what do you suggest.:D
Frank.