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

The files are not showing up in Workspace after I drag and drop them. Why?

The video has instructed me to download files, highlight them, and drag and drop them into workspace. I've done this, but they aren't showing up on the side bar.

2 Answers

Jason Zudell
PLUS
Jason Zudell
Courses Plus Student 10,163 Points

Could be that you didn't unzip them yet. I was confused for a second also. The files need to be unzipped before dragging them onto the workspace.

I had the same problem...this is what Joan suggested to me:

Joan Valls de Padrines Amengual 5,378 2 days ago

I don't know why it's not loading and I'm sure I can't help with that in particular.

Instead of uploading to the Workplace maybe you can use the Google CDN to link the normalize.css.

Just add this to the head of the document just before your own styles:

<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />

An alternative is open normilize.css with your text editor. Copy all the content, then paste it in a new normalize.css file created directly in the Workplace.

Hope it helps.