treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[SOLVED] Mozilla header logo border

  • First of all, Greetings... I'm new here, and I already like it :)

    So let's get started...

    I was designing a Mini Blog template for my friend, and everything seemed normal till I tested it in Mozilla Firefox. There is a weird looking blue border around the logo in the header. Yup, the logo is linking to the Home Page and probably that why it's blue. It's everything OK and works fine but it looks stupid. :(

    I hope you guys can help me :)

    SmashDeveloper
  • That doesn't really help not knowing if you used the image in CSS or HTML.
    But either way, you said it yourself, it is a border issue.
  • I used it in HTML.
  • When you use images that have a link in html, you should set the border to 0 so you don't get the link borders. Example below..
    <img src="url" width"100px" height="100px" border="0">
  • Thank you ! :)
  • You're Welcome