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 trialjohn hugo
2,379 Pointsnumbers-01.jpg
hi guys I'm stuck on the numbers-01 task I've done the code as explained and it comes up with remember to do a image tag <img/numbers-01.jpg> I do it yet it still says it even after being refreshed, advice appreciated
3 Answers
Andrew McCormick
17,730 Pointscan you post your code here so we can see what you have?
john hugo
2,379 Points<ul> <li><a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg"> </ul> hope this helps? john
Andrew McCormick
17,730 PointsI don't see anything.
Without seeing your code, make sure your list items looks like this <li><img src="img/numbers-01.jpg"></li>