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

Cant get image to show in my preview.

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

is there something im missing in the code?

I'm having the same issue, were you able to fix it?. I only see a little square box

I was able to resolve my issue.... "img/numbers-01.jpg" My image folder was name Img "with capital i " make sure you have it the same. I did this to fix it "Img/numbers-01.jpg" hope it helps

I had the exact same problem. thank you so much.

1 Answer

Did you move the image files into the img folder?

yes I did. I rechecked everything. not sure what is going on.