Cant put link to image dont know why

Discussion in 'HTML & Website Design' started by fuser00, Aug 2, 2010.

  1. #1
    So, I have a site where i have an image at the top. The image is called with css and i dont know how to make a link to the main page.

    Heres the code of the image in css:

    Heres the code of the header.php

    The url is www.solotecno.net

    So, how to i make the header image a link to the main site?

    Thanks, fuser
     
    fuser00, Aug 2, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    why don't you link the div?

    
    <a href="#>
    <div id="header">
    <div id="header_left">
    </div>
    <div id="header_right">
    <div id="subscribe">
    </div>
    </div>
    <div style="clear:both;"></div>
    </div>
    </a>
    
    Code (markup):
     
    radiant_luv, Aug 2, 2010 IP
  3. ayekaye01

    ayekaye01 Peon

    Messages:
    214
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    is the header image hosted?
    check your tags, elements, you might be missing a closing tag.
    double check your codes
     
    ayekaye01, Aug 3, 2010 IP