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 Structure the Image Gallery

Moriah Boyles
Moriah Boyles
1,897 Points

How do I get my images to show up after I've saved the code and refreshed the page?

I have loaded the images for this exercise and my own images, thinking that it was a broken link or something. From what I can tell my code doesn't look any different from the example: <li> <a href="img/img_7847.jpg"> <img src="img/img_7847.jpg" alt=""> <p>80s vibe.</p> </a> </li> Once the page is loaded, it has bullet points and a place holder for where the picture should go, but it doesn't matter how I change the code, I haven't been able to get my image up.

2 Answers

Nicholas Vogel
Nicholas Vogel
12,318 Points

Your img is missing its closing. All img tags should end with />

Moriah Boyles
Moriah Boyles
1,897 Points

That wasn't a part of the example, but I tried it. I'm having the same problem of my image not appearing.

Eric Wade
Eric Wade
4,372 Points

I am also having the same problem. I've done exactly as he instructed in the video.