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

James Delaplain
5,873 PointsWhy would the image links not show up on my preview windows from modules with Nick.
<ul> <li> <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg" alt=""> <p>Experimentation with color and texture.</p> </a> </li> <li> <a href="img/numbers-02.jpg"> <img src="img/numbers-02.jpg" alt=""> <p>Playing with blending modes in Photoshop.</p> </a> </li>
2 Answers

Tyler _
6,651 Pointsyou could try adding the two dots like this and see if it works:
<img src="..img/numbers-01.jpg" alt="">

James Delaplain
5,873 PointsThanks all, simple.. folder was saved as "image", changed to "img" and boom. BUT THANK YOU Robert Now I know there's a Picture shot button for Forums and such!!!!
Robert Richey
Courses Plus Student 16,352 PointsRobert Richey
Courses Plus Student 16,352 PointsHi James,
It's hard to know for sure without seeing the rest of your code (there's nothing wrong with the code you did post). You can either create a snapshot of your workspace (pictured below) and post the link to it or post your entire HTML and CSS files.
If you have any personal information in your code that you don't want shared, please consider changing or removing it, and I'll take a look to see what's going on.