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

Matthew May
Matthew May
1,685 Points

I cannot get the file to upload.

I've tried zipped and unzipped and it gives an error. Does it matter if im using windows or not?..

2 Answers

Michael Alaev
Michael Alaev
5,415 Points

Hey,

Can you post your code here?

try to unzip all the files in to the same folder where is your index.html file and select each image path in your code. for example:

<p>
<img src="img/img1.png" alt="this is img1 in the same folder where my index.html file is">
</p>
Matthew May
Matthew May
1,685 Points

I got it finally :) Thank you though!