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 Organize with Unordered Lists

i cannot drag the images into the workspace, like many other people have or are having issues

I have read all past questions and answers and it will not let me drag in the folder of the images or the images themselves, i have done every step correctly i just cannot get the images to go into the workspace. please help. ive already tried every combination and possiblity that other questions and answers had to offer.

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Nick Pettit</title>
  </head>
  <body>
    <header>
      <a href="index.html">
        <h1>Nick Pettit</h1>
        <h2>Designer</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Portfolio</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <section>
    </section>
    <footer>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>

this image has nothing to do with my questions i have the correct version of the code in a note pad doc^

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,860 Points

You mentioned "folder."

Have you tried dragging the actual image files (not the folder they are in) into workspaces. I recall reading somewhere that you should drag files not folders, then once in workspaces, you can organize them back into a folder.

yes i did, like i said i did everything, that every other answer to an issue like this had to offer.

Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

My only suggestion then is to send Treehouse support an email detailing your problem (be specific) and see if they have any other suggestions or reasons. I've personally never had a problem getting files into my workspaces, so I'm really not sure. Sorry. :( https://teamtreehouse.com/support

If you are using firefox with 'adblock plus' enabled it can interfere with some of the images (the social media ones) showing up in your workspace. If this is the case try disabling ABP on treehouse.com.