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 trial

HTML

The missing icons(twitter, linkedin) on the bottom of the sample project page.

The little icons(twitter, linkedin) are missing. It is blank, however, it is clickable and it does open up the treehouse twitter page. Anything missing here?

</main> <footer> <ul> <li><a href="http://twitter.com/treehouse" target="_blank" class="social twitter">Twitter</a></li> <li><a href="#" class="social linkedin">LinkedIn</a></li> <li><a href="#" class="social github">Github</a></li> </ul> <p class="copyright">Copyright 2015, Jane Smith</p> </footer> </body> </html>

4 Answers

If you are working on this https://teamtreehouse.com/library/write-the-html the icons are set in styles.css. Can you post a snapshot of your workspace? To do so click the camera icon in the upper right corner, then 'Take Snapshot', then post the link created here.

https://w.trhou.se/q43k9gflns snapshot link

http://port-80-h6qdsg6pv2.treehouse-app.com sample project link (missing the twitter and linkedin icon on bottom of the page)

Strange I can see them. Maybe try a different browser?

You're right. It doesn't show the icons on Chrome. I went on Internet Explorer, the icons were all there. I guess there wasn't anything wrong with the codes. Thanks for your help.