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

now i have completed whole challenge , and now it is still showing some error ..

after adding image challenge i was asked to link those images , i have even linked those images correctly without no error and showing congrats you have completed the challenge but i am unable to move forward and asking me to seek help from support@treehouse.com.. this is my following code for second challenge-

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

3 Answers

Katherine Duncan-Welke
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Katherine Duncan-Welke
iOS Development with Swift Techdegree Graduate 33,030 Points

Try refreshing the page and entering your code again - sometimes there's a connection issue and refreshing can take care of it. If that doesn't work you may have to wait for support to help.

If it says that you have completed the challenge, but you need to contact support then this tells me that something is wrong internally and not with your code.

As Kate suggested, always try refreshing your page first. If that is unsuccessful then you will need to wait for support to correct the issue on their end.

<a href="https://www.twitter.com/sumiit.prashant"><img src="img/twitter-wrap.png" alt="twitter-logo"></a>

I think there's a mistake with https: ,you don't need s just http: