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

Facebook and Twitter logos not appearing

Hello, I have just added the Facebook and Twitter links to the bottom of my page, but both are showing up as only questions marks instead of showing the sites logos. Does anybody know why it is doing this or how I can correct it? Thanks in advance. BTW, I am using Safari as my browser, don't know if this makes a difference or not.

7 Answers

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

Thanks

Can you send me the code you're using please?

Did you mean to send the code there? :)

Yeah, sorry about that.... Let me try it again. I copy and pasted the code below. <a href="http://twitter.com/jasonaviles80"><img src="twitter-wrap.png" alt="Twitter logo"></a> <a href="http://facebook.com/jasonaviles80"><img src="facebook-wrap.png" alt="Facebook logo"></a>

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

That didn't work either :) Try Pastebin http://pastebin.com/

I actually just noticed that I made a stupid error and had left out the img tag before the links.....lol. Thanks for trying to help out Josh! I appreciated your time.

Your Welcome :)