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 trialRobert Nardizzi
13,226 Pointsi don't know what I'm missing
what does this mean?
Bummer! Make sure you include an image tag that displays "img/numbers-01.jpg".
2 Answers
Lush Sleutsky
14,044 PointsWell, without posting your code it's basically impossible to help you out, but if you're asking how to add an image tag to that specific image location, it would be :
<img src="img/numbers-01.jpg">
But you need to post your code and be more specific if you want answers from the community here...
Unless of course you need to go up one folder from your current location, then get back down into the img folder, in which case it would be:
<img src="../img/numbers-01.jpg">
Again, we need to see code, and you need to be waaaay more specific in what you're after!
Jason Anello
Courses Plus Student 94,610 PointsHi Robert,
Make sure that all you have inside the list items are the images. A common error is to put links around the images.