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

Janet Levrel
Janet Levrel
970 Points

Oh no! message after completing Challenge 2 Task 2

The codes gets checked and seems correct but after I get a pop up window with an Oh no! message and I have to restart over.

My code: <!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> <a href="http://www.twitter.com"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a> <a href="http://www.facebook.com"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a> <p>© Nick Pettit 2015</p> </footer> </body> </html>

8 Answers

Daniel Čupak
Daniel Čupak
6,602 Points

Hi Janet,

does this message appear only here or also elsewhere? Does it pop up every time or some times? It happens to me every now and then across the treehouse site but it is related to workspaces rather than to my code

Janet Levrel
Janet Levrel
970 Points

Hi, it appears only at this challenge. I continued the course and tried it every other day, but its always the same message.

Daniel Čupak
Daniel Čupak
6,602 Points

There is actually no answer - the guy said it was a problem of not having pics in the footer but he did have them and that was it...

can you paste a link with a challenge?

Daniel Čupak
Daniel Čupak
6,602 Points

I have passed it before but now I cannot even submit my code...contact the treehouse support as there is something wrong with the workspaces

Janet Levrel
Janet Levrel
970 Points

I contacted the support team and got the solution: "...If you are using Internet Explorer, please switch to Google Chrome or Mozilla Firefox. If you're already using Chrome or Firefox and you are still experiencing this issue, please disable your plugins. You can do this temporarily by opening a new window up in Incognito Mode (Chrome) or Safe Mode (Firefox). If a Code Challenge works within one of those two disabled plugin windows then the problem is a plugin on your browser that you'll need to remove."

Private Mode in Chrome worked perfectly well.