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

No pictures show. just blue windows with ?? marks

when i preview the site it shows all pictures as blue boxes with question marks in them. if you click on it, it says the file cannot be found on the server

3 Answers

That probably means your path to your picture is wrong. If the image is in a subfolder that is in the same folder as your html, the path should be (folder name)/(image name). But you need to post your code using the Markdown Cheatsheet formatting for us to really help you.

You may have added your "index.html" file into your "img" folder. I made this mistake

I had this issue - for me it was that I'd named my folder "IMG" and was referencing "img" in the code. I didn't realize it was case sensitive.