• I have been tweaking a new theme for my website (the test site is http://www.jakebouma.com/test_blog/) and I can’t figure out how to make my header be an image link.

    The header HTML is just:

    <div id="header">

    And the CSS is:
    #header {
    background-image: url(images/header2.jpg);
    background-repeat: no-repeat;
    height: 100px;
    margin-top: 10px;
    }

    Can anyone help?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Problem linking the entire header… help!’ is closed to new replies.