CSS Bullets.
CSS Bullets.
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- majk0
try :
li {
list-style-type: circle;
list-style-position: inside;
}and take out the ul's
try :
li {
list-style-type: circle;
list-style-position: inside;
}
and take out the ul's