• Where it says background: url
    How can i have that image link back to something, If its at all possible. I want it to just get you back to the homepage of https://dirtydalerz.com/wpsoft when you click on it for when you visit pages.

    #header {
    border: 1px solid #108a10;
    background: url(‘img/2006seasonheader.jpg’);
    width: 750px;
    height: 250px;
    margin: 0;
    padding:0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You mean a clickable image?

    just put this in you header.php
    <a href="index.php"><img src="/header.jpg" /></a>

    This will do.

    And if you want to get rid of the blue border just insert:

    <img src="/header.jpg" border="0" />

    Thread Starter bcinelli

    (@bcinelli)

    The image is being called from the #header in the stylesheet i was wondering if you can link an image in the styleshee.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header image link.. is it possible?’ is closed to new replies.