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

Rob Edworthy
Rob Edworthy
950 Points

Logo not displaying correctly

I have added in the facebook logo, but when i preview it, the logo doesn't display correctly. I have looked through my code but can find no errors , i also compared with the instructors. But it looks fine. Here is the line of code.

<a href="http://facebook.com/rob.edworthy"><img src="Img/Facebook-wrap.png" alt="Facebook Logo"></a>

Thanks Rob

Rob Edworthy
Rob Edworthy
950 Points

<a href="http://facebook.com/rob.edworthy"><img src="Img/Facebook-wrap.png" alt="Facebook Logo"></a>

Your line of code isn't appearing. Please edit your post with the snippet.

use the backtick button located below the esc key its the same key that has ~ . you also need to write the type of language you would like to be displayed. You used the quotations instead of the back-tick

3 Answers

take a look it will show you how to post your code

Code block on Treehouse

Rob Edworthy
Rob Edworthy
950 Points

Hi Joseph, I have managed to get it sorted thanks for taking the time to have a look though. :)

Hi rob, I'm having the same issue. Since the commentators didn't find the solution I was hoping you could share with us how you resolved it. Thanks.