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

Shilpa Kothari
Shilpa Kothari
4,518 Points

I am not able to do my objectives. Please help.

I am able to add anything the footer area and complete my challenge. Tried to log off and sign in again and again.

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>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>
Robert Bruce
Robert Bruce
1,230 Points

Did you try maximizing the screen to it's full size?

3 Answers

I just tried and it worked for me. Are you having an issue passing the objective or entering any code at all?

First objective code is

      <img src="img/facebook-wrap.png" alt="Facebook logo">
      <img src="img/twitter-wrap.png" alt="Twiter logo">
Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,860 Points

Hi Shilpa, You can try using a different browser (I've had problems with Firefox, but not with Chrome), but if the problem continues, please contact Treehouse Support for help with this matter.

I have come across a strange bug in Chrome. If the text window is not scrolled to the top, I cannot place a cursor. When I make sure the text widow is at the top and the header above that window changes, I can add a cursor. Then use the arrow keys to move down if where you want is not on the screen.

Shilpa Kothari
Shilpa Kothari
4,518 Points

Hi Ted, I am also facing exactly the same problem trying to do my objectives. It has nothing to do with maximizing the screen.

I was not clear. The issue is not whether the browser is maximized. What I described is when the browser scrolls down there can be a condition where you cannot place a cursor in the challenge window. If that happens, scroll back to the top of the page and you will be able to place a cursor in the challenge window.