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 trialRob Edworthy
950 PointsLogo 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
Joseph Damiani
1,066 PointsYour line of code isn't appearing. Please edit your post with the snippet.
Jovanny Elias
16,204 Pointsuse 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
Jovanny Elias
16,204 Pointstake a look it will show you how to post your code
Rob Edworthy
950 PointsHi Joseph, I have managed to get it sorted thanks for taking the time to have a look though. :)
Victor Purol
7,776 PointsHi 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.
Rob Edworthy
950 PointsRob Edworthy
950 Points<a href="http://facebook.com/rob.edworthy"><img src="Img/Facebook-wrap.png" alt="Facebook Logo"></a>