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 Creating HTML Content Add Image Gallery Content

I 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.

Ben Schroeder
Ben Schroeder
22,818 Points

You need to provide your code.

2 Answers

<a href="img/numbers-01.jpg"> <img src="img/ numbers-01.jpg" alt="">

gaborcsecsetka
gaborcsecsetka
8,446 Points

is 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="">

the 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.