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 Add Social Media Links

Tord Pedersen
Tord Pedersen
1,977 Points

problem with social media icon

<footer> <img src="img/twitter-wrap.png" alt="Twitter Logo"> <img src="img/facebook-wrap.png" alt="Facebook Logo"> <p>Ā© 2014 Nick Pettit.</p> </footer> Hi!

Do anybody sees what wrong with my code here? I can't get pass this code challenge because i get the question if I have remembered to ad the twitter-image. The Facebook code seems fine. Strange...

<footer> <img src="img/twitter-wrap.png" alt="Twitter Logo"> <img src="img/facebook-wrap.png" alt="Facebook Logo"> <p>Ā© 2014 Nick Pettit.</p> </footer>

5 Answers

Where is the code?

Tord Pedersen
Tord Pedersen
1,977 Points

<footer> <img scr="img/twitter-wrap.png" alt="Twitter Logo"> <img src="img/facebook-wrap.png" alt="Facebook Logo"> </footer>

Tord Pedersen
Tord Pedersen
1,977 Points

There is some formatting issues going on here. I have to sort them out first.

You can embed your code use use backwards ticks like such:

Enter your code here

"```" code

"```"

Tord Pedersen
Tord Pedersen
1,977 Points

Problem solved! Mixed up the code for source: wrote scr instead of src.. Thanks for your involvement anyway, Nitish!