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 trialStephen Campana
165 Pointsstructuring image gallery
I am in Designing a Website, stage 3, structuring an image gallery. I am trying to move image files into the Workspace. I highlight them, then move them, but they do not go in. I'm doing exactly what the video is telling me to do. It's not working.
4 Answers
yosef strauss
1,578 PointsI think I had the same problem. you have to unzip the file firs, then simply drag the folder "img" into the zone on workspaces. I think that may help
Stephen Campana
165 PointsHow do I unzip them? The video just shows that you click on the File icon. I did that and it still doesn't work. Thank you.
Otto Wichmann
4,827 PointsA single image will usually not be zipped. Are to trying to drag the folder you downloaded into workspaces? That will not work. To unzip the folder first download 7zip, then right click the zipped image folder, and select 7zip/extract to "img\" That way you will have a folder named "img" with all the images in it. Then one by one drag them into the lower left corner of workspaces.
-Otto
yosef strauss
1,578 Pointsright click on the zipped folder and click extract all. then highlight the folder that gets extracted. and drag it over into workspaces
Aurelian Spodarec
7,369 PointsAurelian Spodarec
7,369 PointsOr just done use workspace if you can . Instead if your on pc at home use your own coding tool like sublime text 2 or notepad ++ . These are recommended . Of course you have a lot more but uhhh...
Make sure when you do put the min workspace , that your css path for the image on the webpage html is correct . So if the images are in the folder img , go and do img/nameOfYourPicture.png etc..