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

error not passing but green

Oh no!

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

If you continue experiencing problems, please contact support at help@teamtreehouse.com. I emailed this link told me to use forums, did so, no responses

my code

//underneath <footer>

 <a href="http://www.facebook.com"> <img src="img/facebook-wrap.png" alt="facebook logo"></a>
 <a href="http://www.twitter.com" > <img src="img/twitter-wrap.png" alt="twitter logo"></a>
 <a href="http://www.facebook.com"> <img src="img/facebook-wrap.png" alt="facebook logo"></a>
 <a href="http://www.twitter.com" > <img src="img/twitter-wrap.png" alt="twitter logo"></a>

it's within footer tags

1 Answer

I solved the problem by using Chrome instead of Firefox