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

Jose Castellon
Jose Castellon
2,844 Points

Error after completing task 2 of 2. It keeps saying please contact treehouse if issue continues to occur.

I have been trying to get past this task for the past day. Can someone tell me what is wrong.

my code:

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

2 Answers

Joseph Kato
Joseph Kato
35,340 Points

Hi,

It seems like your code isn't showing up; this post may be of use in the future: Posting Code to the Forum.

With regard to the challenge, you should have something like this:

<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>
stavrost
stavrost
21,014 Points

Possibly nothing is wrong with your code, it's a really annoying treehouse bug that they try to fix.