• I’m currently customizing my header in Box Set 1.3 so that my entire header is clickable as the Home link.

    Whenever i code the header o become a link, strange borders appear. when i remove the tag it goes back to normal?

    have look at what i mean if you’ be so kind

    https://www.thomasdowse.co.uk

Viewing 1 replies (of 1 total)
  • If you look in your style sheet for this

    a img {
    border: 1px solid #EEEEEE;
    padding: 3px;
    }

    And change it to this

    a img {
    border:1px solid #EEEEEE;
    }

    It should work for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Customizing Headers in Box Set 1.2’ is closed to new replies.