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

Need help I'm getting a 404 Not Found Message

Need help I'm getting a 404 Not Found Message

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>
        <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>
        <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>
        <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>

3 Answers

Ryan Rankin
Ryan Rankin
8,261 Points

I've been having the same issue anytime I try and preview my work. They must be having server issues.

ok thanks Ryan

Rob Allessi
Rob Allessi
8,600 Points

Hi Douglas Rouse

What steps are you taking to get to a 404 page? I just tested this code challenge and was able to pass through it with no issues. I copied the code you used above and couldn't produce a 404 error with that upon submission either.

Previewing the content without adding any of your own code to the code challenge editor will produce a 404 Not Found in the text field, but typically there isn't much of a reason to be previewing the material if you haven't entered in any of your own code.

If you're seeing something different please do let us know, and I'll be happy to investigate!

Edit 1:25pm PDT: Went through it three times, on the third attempt I was able to get the Preview option to produce a 404 error even though I had the correct code present, but the check work button worked and I was able to pass the code challenge.

I'll bring this up with our developers to look into. Thanks for bringing the matter to our attention.

Ryan Rankin
Ryan Rankin
8,261 Points

Yes, you can pass the challenges just fine. It only occurs if you click the preview button on the challenge