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

Shavon Bilis
Shavon Bilis
403 Points

Display Images

I'm working on Stage 3 of Creating HTML Content, and my images aren't displaying. Does anyone know how I can fix this?

Kinan B
Kinan B
19,076 Points

since you are following the videos, make sure you have the same folder names, so the src paths work. if you have no mistake there, post your code here. it is possible that you've missed a typo or something

Shavon Bilis
Shavon Bilis
403 Points

Actually, my images are displaying now, thanks. I didn't realize the code was case sensitive. Since the first letter of the name of my folder is capitalized, I did the same for the code and the images are now showing.

1 Answer

Nicholas Vandenbroeck
Nicholas Vandenbroeck
4,599 Points

Have you checked the path of the src? Is the filename completely equal including the extension?

Shavon Bilis
Shavon Bilis
403 Points

Yes, I've followed the video.

<a href="img/numbers-01.jpp">

Shavon Bilis
Shavon Bilis
403 Points

The images are displaying now, thanks. I didn't realize that the code is case sensitive. Since the first letter of my folder is capitalized, I had to do the same for the code.