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 Creating HTML Content Build the Footer

James Reynolds
James Reynolds
3,182 Points

I can't get twitter-wrap.png or facebook-wrap.png images to show up on my page.

I'm on the build a footer section of the tutorial. I got the number images all the show up just fine. I can't see what's going wrong. <footer> <a href="#"><img src="img/twitter-wrap.png" alt="Twitter logo"></a> <a href="#"><img src="img/facebook-wrap.png" alt="Facebook logo"></a> <p>Ā© 2017 James Reynolds.</p> </footer>

Can you please share a snapshot of your workplace so we have a bit more context as to what is happening?

James Reynolds:

Did you review the video to see what the instructor did that you didn't do? I think you typed the "#" instead of the URL for the Twitter & Facebook logos.

... you refer to a URL, that does not exist ... replace the # symbol with the URL, that directs to the image ... you write href, which is Hypertext Reference ... but there is no referring content besides the # ...