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 trialmichaellarsen
3,179 PointsWork Around
I'm caught on task 2 of 2, Stage 3, Creating HTML Content. My wrap around <a></a> for Twitter/Facebook worked in Workspaces. I can not figure a work around for not having a Twitter or Facebook account inside tasks. Any suggestions? Thanks
2 Answers
Stone Preston
42,016 Pointsjust add a link to anywhere:
<a href="www.google.com">
<img src="img/facebook-wrap.png" alt="asf">
</a>
<a href="www.google.com">
<img src="img/twitter-wrap.png" alt="asf">
</a>
michaellarsen
3,179 PointsWow thanks Stone. Have a Nice day!