Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Tord Pedersen
1,977 Pointsproblem 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

Nitish Lakhman
4,044 PointsWhere is the code?

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
1,977 PointsThere is some formatting issues going on here. I have to sort them out first.

Nitish Lakhman
4,044 PointsYou can embed your code use use backwards ticks like such:
Enter your code here
"```" code
"```"

Tord Pedersen
1,977 PointsProblem solved! Mixed up the code for source: wrote scr instead of src.. Thanks for your involvement anyway, Nitish!