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

When I click on my facebook and twitter icon it is not taking me to the page, what should I do?

when I preview it and click on the icon it doesn't do anything. Can anyone give me any advice please?

4 Answers

You are welcome, Munkhzaya.

Actually, I do see something wrong on your link, when you go to your facebook profile to find username on the address bar, i.e facebook.com/your-user-name. Another mistake is every links will goes to right location starting at "http://" or "https://", not hpp://

<a href="https://www.facebook.com/your-user-name" target="_blank" ><img src="img/facebook-wrap.png" alt="Facebook logo"></a>

Click your facebook's home page after login, and then click your name beside Home, Find Friends on the upper right corner. Then replace "your-user-name" with correct name, maybe like https://www.facebook.com/Munkhzaya

Hope it will works for you. :)

Hi,

Can you put your codes here, so that we can find something missing.

Thanks a lot. Actually I don't have facebook address so I asked my sister's address and put it and for the twitter account I just copied the instructors account. I don't know whether that is the reason or not.

<a href="hpp://twitter.com/nickrp"><img src="img/twitter-wrap.png" alt="Twitter logo"></a> <a href="hpp://facebook.com/munkhuu8800@yahoo.com"><img src="img/facebook-wrap.png" alt="Facebook logo"></a>

Thank you so much for taking time to see :)))

Thanks a million. I haven't noticed that. I am sure that will work :)))