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 How to Make a Website CSS: Cascading Style Sheets What is CSS?

Scott Wilkinson
Scott Wilkinson
2,545 Points

Why won't my footer show up in the "live preview" webpage?

<footer> <a href="http://twitter.com/scotologist"><img src="img/twitter-wrap.png" alt="Twitter Logo></a> <p>© 2016 Scott Wilkinson.</p> </footer>

2 Answers

Ash Bloomigdale
PLUS
Ash Bloomigdale
Courses Plus Student 9,431 Points

I don't see a footer tag in your code, if your talking just about the link, image and paragraph tags make sure your work-space is saved. And your missing the right quote " for your alt attribute in your image tag.

Scott Wilkinson
Scott Wilkinson
2,545 Points

I tried pasting in the footer tag, but it's there. The missing quote " was all that was needed for it to show up. New to this HTML/CSS stuff. It's amazing how the tiniest mistake can throw something off. Thanks!

Ash Bloomigdale
PLUS
Ash Bloomigdale
Courses Plus Student 9,431 Points

When something doesn't work the first thing you should do is check your syntax, glad I could help.