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

Lucy Dixon
Lucy Dixon
166 Points

My images aren't showing up in my preview. Getting "not found on this server" message.

The captions of my images are showing up, and when I click on them I get this message: The requested URL /img/numbers-01.jpg was not found on this server.

Here is a snapshot of my code: https://w.trhou.se/coiqlznuvc What am I missing?

2 Answers

Michal Weizman
Michal Weizman
14,050 Points

Hi Lucy,

Your images folder name is in capital letters, but inside your index.html - you're referring to the image path with small letter ['img' instead of 'IMG'].

I hope this helps.

Lucy Dixon
Lucy Dixon
166 Points

Ah! That was totally the problem! Thank you so much!