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

I cannot download the img folder and cant figure out why

the pictures wont load so I can use them

2 Answers

Steven make sure to unzip first, then download.

I did everything you said but when I made the link for it all I got is a small box with a x in it, could you point me in the right direction?

The reason you got a small box with an x in it is because the path you entered into the src attribute is not correct. Rewatch the part where Nick talks about relative and absolute paths and make sure that when you enter the path, you are specifying to go through the image folder to find the image. In the example, that path should be img/numbers-01.jpg. If that is what you have entered then your problem lies with where you stored your images. Make sure on the left-hand side of your workspace you have a folder titled img with all of your images in it.