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 trialTia Brown
460 PointsI cannot see my images
I uploaded the images to the img folder, but they are not showing up on my site. Any idea why?
2 Answers
Laura Cressman
12,548 PointsHi Tia,
Without seeing your code, I have a few guesses. Do you correctly link to your image folder when you add the images to the HTML? For instance, you should have something like <img src="img/facebook.png">
. You could also try the relative path, which is <img src="./img/facebook.png">
. Do those work? If not, perhaps posting your code could help get to the source of the issue.
Sunshine and happiness to you,
Laura :)
Tia Brown
460 PointsThanks for the detailed response Laura. I got it now! ;)Tia
Laura Cressman
12,548 PointsYou're welcome :)
Tia Brown
460 PointsHi all. Yes Nino that was my problem. But I figured out that my index file wasn't properly listed at the same level as my IMG folder. I can see the pics now. That's so much for the quick help. I will def use the forum again!!
Nino Merdzanovic
Courses Plus Student 15,758 PointsYou are very welcome, glad that you figured it out. Good luck!
Nino Merdzanovic
Courses Plus Student 15,758 PointsNino Merdzanovic
Courses Plus Student 15,758 PointsHi there,
Are you saying that your images are not visible on the page? Could you copy/past the input of the code here please so i can take look?
Thanks in advance.