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 trialAlfred Garrett
Courses Plus Student 3,289 PointsImage not displaying for facebook or twitter, but alt is working fine
I keep getting an error message for the Facebook and twitter images, not quite sure where I am going wrong.
2 Answers
Sergey Podgornyy
20,660 PointsThe code on footer should be like:
<footer>
<a href="#"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
<a href="#"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
</footer>
Of course, do not forget to upload images in "img" folder.
Alfred Garrett
Courses Plus Student 3,289 Pointsthanks not sure what I change but when i logged back in it worked fine
Cody Hansen
5,517 PointsCody Hansen
5,517 PointsCould you provide an example of your code, Alfred? I'd be happy to help you.