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

Where can I find the download images?

I do not see the icon referred to in the video - any ideas?

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>

5 Answers

I am searching for the same... "link next to video player"?? Did you find it?

Jennifer, I did not! I will take another look this evening but thanks for your post

Hello everyone,

You can find the download link in the third part of the lesson: Structure the Image Gallery. Scroll down to 'Resources' or click on this link for a direct download.

Hi Kylian, I do not find the 'Resources' icon and when I click the link you presented I get the following message AccessDeniedAccess Denied3609477319BC81B2+fNj1NsD8fJbLxYNbV49P8x5EbqGTQI1BWO/V1cXmhCsz1QZicTnP0Lu2+fmnQebw6S9iib6YY8=

I am not sure where to go now with this..

Thanks for any further advice

Dear Seamus,

You are right, the link does not work with me either. However, look at this printscreen, it shows the 'teacher's notes' beneath the video. Note that this link cannot be found in other pages of the lesson. You need to locate it specifically in the third lesson of 'Creating HTML Content', which is called 'Structure The Image Gallery'. I hope this helps..

Imgur

Kylian, thanks for the input. I completed the task by removing the href link and this worked - this was another recommended solution on the forum. I will try again and find the teachers notes you identify above. Happy programming..