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 trialKevin Lowe
324 PointsBe sure to set an a ref on your twitter account
This is my code below but it keeps coming back with be sure to set an a ref on your twiiter account. I have done i think. What am i doing wrong
<a href="http://twitter.com/Real_Places">
4 Answers
Kevin Lowe
324 PointsThanks for all your help. I had a nights sleep and looked at code again and I now see what I've done wrong. Task now completed :)
Sreng Hong
15,083 PointsHi Kevin
First of all, I don't see your code. I think the bummer means that you don't include href
property.
So here is the correction:
<a href="link to facebook account or anything"><img src="img/facebook-wrap.png" alt="facebook"></a>
<a href="link to twitter account or anything"><img src="img/twitter-wrap.png" alt="twitter"></a>
Tiffany McAllister
25,806 PointsYour code does not appear. You can use the markdown cheatsheet below for instructions on posting your code.
However, I think you may be just missing an "h" in your code:
<a href="http://www.twitter.com/username">Twitter Link</a>
Kevin Lowe
324 PointsHi Tiffany,
So if i cut and paste my code from my workspace, Basically it doesn't all appear on the post?
Lush Sleutsky
14,044 PointsLush Sleutsky
14,044 Pointsyou need to close the anchor tag with an
</a>
at the end of the line