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 Structure the Image Gallery

Did everything he did pic not sowing up

I have been checking and rechecking, and my code looks just like his, but the where the picture is supposed to be there's just a little tiny box. I checked to make sure the file I downloaded was good and it is. It's also sized the way he said it should be. Please help.

3 Answers

Steven Sullivan
Steven Sullivan
11,616 Points

Also, check to make sure that when you write <img src> or /img, the "img" part matches what you named the folder you created to hold your images on the sidebar exactly. Same capitalization and caps.

That was it! I had capitalized the I in the folder. Thanks, Steven and everyone else too!

Nevermind; got it!

Matthew Tran
Matthew Tran
16,343 Points

I had a similar issue and it turned out to be a capitalization issue. Notably, the .jpg file was uploaded as .JPG. Check to see if the photo source link is typed exactly the way it appears in the directory, especially the capitalization.