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

nicholas maddren
nicholas maddren
12,793 Points

Why aren't my footer images displaying?

I have checked my code and do not see anything wrong with it yet my images will not display? Any idea why this might be?

<footer> <a href="http://www.madrok.co.uk><img src="img/twitter-wrap.png" alt="Twitter Logo"></a> <a href="http://www.madrok.co.uk><img src="img/facebook-wrap.png" alt="Facebook Logo"></a> <p>Ā© 2014 Nick Maddren.</p> </footer>

Clearly there must be something wrong or it would work ā€“ could you provide your code?

1 Answer

Devin Cooper
Devin Cooper
8,352 Points

yes, remember to share your code when asking for help here! without seeing the code I would say to ensure you are point to your images correctly. You may have them stuck in an img folder and not pointing to the img folder in your code.