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

Mohammad Rifqi
PLUS
Mohammad Rifqi
Courses Plus Student 3,218 Points

blue line in the middle link images twitter and facebook

this my footer code:

<footer> <a href="http://twitter.com/"> <img src="images/twitter-wrap.png" alt="twitter logo"> </a>

  <a href="http://facebook.com/">
    <img src="images/facebook-wrap.png" alt="facebook logo">
  </a>

  <p>&copy; 2015 Mohammad Rifqi.</p>
</footer>

2 Answers

Jessica Robinson
Jessica Robinson
2,136 Points

I had the same issue. If you delete your indentation, the blue line will disappear. (I.E. have all your code on one line).

Could you paste your CSS as well for us please. To add a pic I think you have to upload it somewhere else first then just link it.

Regards,