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

Adam Overstreet
PLUS
Adam Overstreet
Courses Plus Student 4,294 Points

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

1 Answer

BRAD STYES
BRAD STYES
13,421 Points

Did you move the image files into the img folder?

Adam Overstreet
Adam Overstreet
Courses Plus Student 4,294 Points

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