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

Marco Ramos
Marco Ramos
8,859 Points

Afacebook-wrap.png, facebook.png,mail.png, etc.

I watched this video on how to move files moving over to the editor from your machine.

https://teamtreehouse.com/library/how-to-make-a-website/creating-html-content/structure-the-image-gallery (It doesn't seem to work for me!) {Any tips or advice?}

For the images make sure they stay in the seperate 'img' folder and check your tags (And check your image names match the ones in your code!)

e.g. <img src="img/numbers-01.jpg" alt="">

If they're in the same folder remove the 'img/' and it will work (But you should keep them in their own folder)

If you're still having trouble try downloading the project files and comparing your code / file structure

http://treehouse-code-samples.s3.amazonaws.com/HowToMakeAWebsite/HowToMakeAWebsite-Stage3-Video2.zip

1 Answer

Marco Ramos
Marco Ramos
8,859 Points

Hello alexdewey, thanks for your reply. I understand that part what I am having trouble with is, when I extract the zip file and try to copy all the image files to the editor, I don't get the editor to create that box space to accept the image files like it shows on the HTD "How To Do" video.

Does this make sense?