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

why wont my images load?

<li> <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg" alt=""> <p> Experimentation </p> </a> </li> <li> <a href="img/numbers-02.jpg"></a> <img src="img/numbers-02.jpg" alt=""> <p> Playing with photoshop </p> </li> <li> <a href="img/numbers-06.jpg"></a> <img src="img/numbers-06.jpg" alt=""> <p> 80's style of glow </p> </li>

                    <li>
                   <a href="img/numbers-09.jpg"></a>
                     <img src="img/numbers-09.jpg" alt="">
                       <p> Drips created using photshop brushes </p>
                </li>
                     <li>
                   <a href="img/numbers-12.jpg">
                     <img src="img/numbers-12.jpg" alt="">
                       <p> Creating shapes Using Repitiion </p>
                     </a>

2 Answers

Your code looks ok. Have you double-checked to make sure your image files are inside the img folder and also that the img folder is in the same folder as your index.html file?

i messed up on the file name. Thank you so much!

You're welcome. I'm glad you got it figured out!