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 trial

HTML How to Make a Website Styling Web Pages and Navigation Style the Portfolio

Daniel Cuevas
Daniel Cuevas
921 Points

Css

why wont the bullets leave after i put "list-style: none;"

3 Answers

Steven Parker
Steven Parker
229,732 Points

There's what should be a comment beginning on line 75 which is missing the slash ("/") at the very beginning. This creates a syntax error which then causes the following rule to be ignored (which is the one where this property is). So you're also not getting the effect of those margin and padding settings, either.

Just replace the missing slash to fix it.

Daniel Cuevas
Daniel Cuevas
921 Points

Thank you very much!!!!!!!.

Steven Parker
Steven Parker
229,732 Points

Maybe it's about where that was put. Please show your code so I can give a more specific answer. Or even better, make a snapshot of your workspace and post the link to it here.

Jaspal Singh
Jaspal Singh
13,525 Points

Hi Daniel

pls send your complete code (HTML & CSS) so that i can see where is the problem.