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 Build the Footer

Tia Brown
Tia Brown
460 Points

I cannot see my images

I uploaded the images to the img folder, but they are not showing up on my site. Any idea why?

Hi 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.

2 Answers

Laura Cressman
Laura Cressman
12,548 Points

Hi 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
Tia Brown
460 Points

Thanks for the detailed response Laura. I got it now! ;)Tia

Tia Brown
Tia Brown
460 Points

Hi 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!!

You are very welcome, glad that you figured it out. Good luck!