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 trialMike Vasick
1,454 PointsCan't get my image to display on the website
Doing web structure and adding images, I cannot get it to find the photo. Not sure why, if I click the photo on my IMG file, it will show up. I get a broken link icon on my webpage however. I have triple checked the coding and I don't see a problem with it.
2 Answers
Luke Pettway
16,593 PointsWhat does the path to the image file look like in your code?
Mike Vasick
1,454 PointsExactly that!!
Mike Vasick
1,454 PointsMike Vasick
1,454 PointsHi Luke and thanks for your response. I actually found the issue here. Basically all my coding is right, the issue is simply that my folder for the photos was in caps and my line wasn't. Thanks!
Luke Pettway
16,593 PointsLuke Pettway
16,593 PointsAh good old case sensitivity.