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 trialJamor Wimberly
229 PointsI can't see my images. I'm sure i did everything right but i still don't see them.
i dont know what i did wrong in my coding. when i click on my images, it gives me the NOT FOUND message.
2 Answers
Jamor Wimberly
229 Points<a href="img/numbers-01.jpg"> <img src="img/ numbers-01.jpg" alt="">
gaborcsecsetka
8,446 Pointsis it possible that there shouldn't be a space in the path that you wrote in the second part of the code?
instead of this: <img src="img/ numbers-01.jpg" alt=""> like this: <img src="img/numbers-01.jpg" alt="">
Jacob Mishkin
23,118 Pointsthe above code can be good, but you need to check your file path. and add an atl tag so you know if the markup is good or if the path is incorrect.
Ben Schroeder
22,818 PointsBen Schroeder
22,818 PointsYou need to provide your code.