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 Build a Simple Website Text Editors and HTML Finishing the HTML

Social Media .gifs not appearing

I've rechecked my HTML and have confirmed that it's in accordance with the code in the video. However, the images do not show, and I instead see the alt text of "Facebook" and "Twitter".

Any feedback? Is it a limitation/setting of Chrome?

3 Answers

I've resolved the minor issue.

After looking at my code further. I mistakenly entered "img scr" instead of "img src"

I'll certainly be more diligent next time! Thanks for helping out, Mark de Groot !

What is exactly your question? Could you add the code you have?

Sorry, Mark. To be clear, I want to know why the images for my social media links are not appearing. And, once that is answered, how do I resolve my code to make the images appear.

Here is my html for that section.

<p>We announce all of our new flavors first through Facebook &amp; Twitter, and even take requests!</p>
<a href="http://www.facebook.com/SmellsLikeBakin"><img scr="img/facebook.gif" alt="Facebook"></a>
<a href="https://twitter.com/#1/smellslikebakin"><img scr="img/twitter.gif" alt="Twitter"></a>