• I have a customer who would like to make their logo on the WP blog a hotspot and link it back to their homepage. The logo is located on the left side of the page, right under the tagline.

    I’m clueless as to how to make this happen. Any info would be SO helpful.

    The blog is here.

    Thanks.

Viewing 1 replies (of 1 total)
  • There’s a few things you can do, I think.

    1) Chop up the graphic in Photoshop and place in the “hotlink” spot between an inline <img src=”..”> link. You’d have to put this code into your PHP file, which is probably header.php

    2) Bring it into Dreamweaver and make an actual hotlink and paste all the code in… but this will probably break, I’m not sure.

    3) You could also put Link into the <div id=”top_menu”> and add some things to css.. something like..

    #top_menu a{
    display:block;
    height:446px;
    width:284px;
    text-index:-999%;

    Those are my first thoughts.

Viewing 1 replies (of 1 total)
  • The topic ‘Add hotspot to image’ is closed to new replies.