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 trialMelissa Stark
3,955 PointsLink issues
Doing my code challenge and it keeps saying "did you put a link around your facebook wrap?" here is what i did and it looks like my workspace one
< a href="http://facebook.com/nickpettit"> <img src="img/facebook-wrap.png" alt="Facebook Logo"></a>
<a href="http://twitter.com/nickrp"> <img src="img/twitter-wrap.png" alt="Twitter Logo"></a>
so im not sure what i did wrong
2 Answers
Julien riera
14,665 PointsWhat about the space in the first line ?
Jonathan Grieve
Treehouse Moderator 91,253 PointsTechnically the space inthe first line shouldn't affect anything but the code challenge might be looking for something specific.
<a href="http://facebook.com/nickpettit"> <img src="img/facebook-wrap.png" alt="Facebook Logo"></a>
<a href="http://twitter.com/nickrp"> <img src="img/twitter-wrap.png" alt="Twitter Logo"></a>
Try adding the code exactly like this. :-)