View Single Post
Old 12-15-2011, 08:16 PM   PM User | #2
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Hi Rob,

I didn't see where you were styling the <li> tag. To remove bullets from lists, you should add:

Code:
li {
   list-style-type:none;
}
__________________
Teed
teedoff is offline   Reply With Quote