Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGena Israel
2,047 Pointscan someone tell me why i still have bullet points?
i set list style to none...
2 Answers
Peter Hatzer
20,837 Pointsul{ list-style-type: none; }
Make sure your selecting the ul
Mattheus de Oliveira Machado
1,441 PointsThe correct is list-style and not list-style-type
Damien Watson
27,419 PointsActually, they are both valid. Depends on how you use them: http://www.w3schools.com/cssref/pr_list-style-type.asp
Damien Watson
27,419 PointsDamien Watson
27,419 PointsYep, you can also set it on your list items if needing to customise, and you can get away without the '
type
':