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 trialTord 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!