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

Problems substituting my own photos into this project

I was able to get all my photos extracted and put into the "img" folder in workspaces. The only difference I see on mine is the .JPG is all caps instead of lowercase as in the video. I triple checked that I coded it right but no photos load when I preview the page. Can I get some help on this?

5 Answers

Bill Hinostroza
Bill Hinostroza
19,273 Points

is your image tag set like this?

<img src="img/photo.jpg">
Georgia Hill-Hunt
PLUS
Georgia Hill-Hunt
Courses Plus Student 4,301 Points

Are your photos in the image folder? Uploaded your image to the workspace, then save the image to the image folder. If your image is saved with .JPG then it has to be written the same way in your image tag or save it again with .jpg. I hope this was helpful! : )

that was it. Thank you

I hadn't extracted the photos and I missed a closing tag. Thanks everyone for yourhelp

I hadn't extracted the photos and I missed a closing tag. Thanks everyone for yourhelp