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

My images dont show up on the webpage.

On the preview of my webpage my images don't show up, just an icon. In full screen view it says that the images can't be found on the server,

2 Answers

Hi Melanie!

Do you mind posting your code here? Once I have taken a look at your code I will be able to help you solve this issue and get you back on your coding journey.

Hope you're having an awesome day!

-Luke

Hello luke.

I hope you are well. I have the same problem, the picture is not previewed the browser is the same mistake the girl, but I think I've written the code well, and still do not understand what happens.

Annex I leave here my code.

<section> <ul> <li> <img src="img/numbers-01.jpg" alt=""> </li> </ul> </section>

thanks for helping.

Liam Brown
Liam Brown
1,126 Points

I am having the same problem, here is my code.

<section> <ul> <li> <img src="img/number-01.jpg" alt=""> </li> </ul> </section>

Liam Brown
Liam Brown
1,126 Points

Sorry ignore that, i missed the "s" from numbers... dumb move, my mistake :p