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 Add Image Gallery Content

Jackson Hyland
Jackson Hyland
4,920 Points

i think its my source path but my images wont load on the webpage. links work fine

Here's code for one of the images <li> <a href="img/numbers-01.jpg"> <img scr="img/numbers-01.jpg" alt="img"> <p>dunno why the image is displying....but the link works.....</p> </a> </li>

My images are in a file named "img". index.html is out this file. please help :)

Jackson Hyland
Jackson Hyland
4,920 Points

I figured it out, i had img scr instead of img src. missplelt src