Please help a newb at css: I need to make the logo in my header clickable!

Discussion in 'HTML & Website Design' started by volcomgeyser, May 30, 2009.

  1. #1
    My site is findasource.org
    The css is findasournce.org/style.css

    How do I make the logo (the leaf on the header), link back to the homepage? when I look at the code, it references the css for the #logo. This is what it corresponds to in the style.css file

    #logo {
    float: left;
    background: url(images/img03.jpg) no-repeat left top;
    padding-left: 70px;
    }

    How do I add a link back to findasource (dot org)?

    Cant I somehow use a <a href="http://findasource.org/"> somewhere?
     
    volcomgeyser, May 30, 2009 IP
  2. volcomgeyser

    volcomgeyser Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I tried wrapping <a href="http://findasource.org"> around the div logo, but I dont think I am doing it right? Does anyone have a suggestion?
     
    volcomgeyser, May 30, 2009 IP
  3. toktok

    toktok Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can did by that way... :)
     
    toktok, May 30, 2009 IP