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 Build the Footer

Error when trying to complete challenge.

I keep getting this error when checking work on step two of the "add social media links" challenge.

Oh no!

[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: https://wac.a8b5.edgecastcdn.net/80A8B5/static-assets/assets/application-e91ce80a1f34841966590180b8e16baf.js :: .send :: line 22" data: no]

can you post the code?

    <footer>
      <a href="http://twitter.com"><img src="img/twitter-wrap.png" alt="Twitter Logo"></a>
      <a href="http://facebook.com"><img src="img/facebook-wrap.png" alt="Facebook Logo"></a>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>

8 Answers

I finally tried using Internet Explorer instead of Firefox and it worked!

I copied your code and it worked fine

Hello Evan Beachy it gives me the same error, so I played around with my code and took out the image tag and it passed, I'm still trying to figure that out hope that help David

Thanks David. I played around with it some myself but still can't get it to work... Could you explain what you mean by removing the image tag?

Hey Evan Beachy
Now why this work, I have no idea, but I did pass . The code you see here was in my notes I can't explain all of this, because I forgot. Its in my notes and why it was wrote like this. Ok if you look at the Source attribute the image tag was removed by just playing around with the code I thing it was written more like the code that you have just without the image tag for the code challenge. I Hope this didn't confuse you and I hope this help you good luck coding

 <footer>
        <a href="http://twitter.com/@DavidCo624">< src="img/twitter-wrap.png" alt="Twitter Logo"></a>
        <a href="http://facebook.com/nickpettit">< src="img/facebook.png" alt="Facebook Logo"></a>
        <p>&copy; 2015 David Collins.</p>
      </footer>

it does not work in firefox and may or may not work in chrome try using internet explorer that fixed it for me

To those who read this, okay I made a mistake I went through the code challenge again and you have to have the image tags to get it to work, now I'm using Google Chrome and my operating system is Windows 7, I was just to trying to help and made a mistake MY BAD,#***###!!!# Now this is the one of the way to write this code.

<a href="http://twitter.com/@DavidCp629"><img src="img/twitter-wrap.png" alt="Twitter Logo"></a>           

<a href="http://facebook.com/nickpettit"><img src="img/facebook-wrap.png" alt="Facebook Logo"></a>

I'm having this problem as well. Using Chrome/Mac

Hello Tara Swenson, you have to be sure that every dot and slash is in place, are if not it will failed you