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

Scott Anderson
Scott Anderson
241 Points

OK for this part of the lesson it's asking me to drag and drop the pic's given to you. No idea why its not working.

Dell with windows 7. Thank you.

2 Answers

When I did this it was a little confusing as well. The 'grey area' Nick speaks of is at the bottom of the window. When you're dragging something into the window there will be a small square that says something like, "Drag files here."

Adam Hire
Adam Hire
2,917 Points

You literally click and drag the pictures from the folder based on your actual drive and drop them into the grey sidebar on the left of Workspaces. If it doesn't work, make sure you don't have anything blocking scripts. You actually can completely skip dragging them there and just take a second to think about the path needed to properly use the pictures. When I did the starter course last night, I actually used Sublime Text 3. My index.html, about.html, contact.html were in a folder called "Portfolio". Inside the "Portfolio" folder was a subfolder named "images" and "css".

Here is an example of my list.

<li> <a href="img/numbers-01.jpg"> <img src="img/numbers-01.jpg" alt=""> <p>Experimentation with color and texture.</p> </a> </li>

Perhaps you could try an external editor for a bit?