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

Picture 12 icon shows to be broken

This is my code and for some reason picture 12 is showing to be broken but all the others are working fine. i cant for the life of me see what i'm doing wrong, all my pics were dragged and dropped on the side so i don't know why its not loading. thanks for the help

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

I can show more of my code if needed but all the others are working fine. also i'm on chrome if that matters.

2 Answers

Appreciate the response. I took a break and waited a while to try it again. It's working now. I guess it was just a hiccup in the system

All looks right.

Just check the folder again and just make sure that it has the exact name as shown there. For instance, it is not a .png instead of a .jpg.

If it all seems right, can you give a quick screen cap of the folder you have all the images stored in. This will help us help you. ;)