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 Add Social Media Links

Hi my name is Alex Beru kindly help:first am unable to load the downloaded images into works spaces and add the twitter

Kindly help me am unable to add downloaded imgs into my work spaces and two how do i add facebook and twitter imgs into the cord i get an error everytime time i submit my ans which i believe is correct.

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>
      <ul>
        <li>
          <img src="img/numbers-01.jpg" alt="">
        </li>
        <li>
          <img src="img/numbers-02.jpg" alt="">
        </li>
        <li>
          <img src="img/numbers-06.jpg" alt="">
        </li>
      </ul>
    </section>
    <footer>
      <ul>
        <li>
          <img src="img/facebook-wrap.png" alt="">
        </li>
        <li>
          <img src="img/twitter-wrap.png" alt="">
        </li>
      </ul>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>

4 Answers

Mark Pryce
Mark Pryce
8,804 Points

First of all download the images and UNZIP the file or 'extract' them, then go into the unzipped Img file, hold shift and select all images lastly drag and drop all the images into the bottom left corner of the workspace (an indented box should appear when in the right location.)

Make sure you move all images to your CSS file so your paths are correct :)

Good luck

hi Mark thank for your kind responds i have done exactly that just like you say when a drag near the indented left bottom corner nothing happens when i realese the mouse.

Mark Pryce
Mark Pryce
8,804 Points

If they are definitely unzipped it should work, try reloading workspace? I did this task last night it took a few seconds for the images to load.

If restarting your workspace does not work then I suggest contacting support they could advise you further.

Let me know the outcome. All the best.

Thank you Mark it worked i thing the issue was unzipping i was not doing it properly in regards to that querry on facebook and twitter links what do you thing i have done wrong as i get bummer every time i submit the ans

Mark Pryce
Mark Pryce
8,804 Points

I can't remember the course exactly but is it asking for you to fill in the alt"" attributes?

Edit: could you mark my answer as correct will be my first correct answer .. that's if you can i don't know how that works exactly little 'shooting star' logo under my answer? :P

Thanks Mark let me try again on that