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 trialShavon Bilis
403 PointsDisplay 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?
Shavon Bilis
403 PointsActually, 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
4,599 PointsHave you checked the path of the src? Is the filename completely equal including the extension?
Shavon Bilis
403 PointsYes, I've followed the video.
<a href="img/numbers-01.jpp">
Shavon Bilis
403 PointsThe 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.
Kinan B
19,076 PointsKinan B
19,076 Pointssince 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