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 trialDanyal Squires
228 Pointsi still have bullet points next to my photos, linked the css doc just wondering where ive went wrong?
just would like to know where i have went wrong so i can put it right
Justin Arndt
827 PointsI wondered this as well. Thanks for asking.
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHi Danyal. Welcome to Treehouse.
You haven't done anything wrong. Where you are in the lesson, the bullet points are supposed to be there. In a future lesson, you will learn why they are showing up and how to get rid of them, but for now you're all good.
Keep Coding! :)
Andrew Rodman
9,681 PointsDon't see anything linked, but my first guess would be that you have those images wrapped
<ul></ul>
in a tag?
Kathryn Gilbert
5,122 PointsKathryn Gilbert
5,122 PointsTo remove the bullets entirely, you can indicate list-style: none in your ul styling. Alternatively, you can use numbers instead of bullets by changing the <ul> tag to an <ol> tag.