• Resolved spotmea30

    (@spotmea30)


    Okay, so I’ve read and read on how to make image header linkable…but still have had no success? I’m using the “almost spring” template. Take a gander and let me know if you have any suggestions!

    Dee
    http://www.goflyasite.com/blog/

Viewing 7 replies - 1 through 7 (of 7 total)
  • marcy

    (@marcy)

    Seems to me to be working fine. I clicked on both your photo and the header title image and both took me to the front page.

    Thread Starter spotmea30

    (@spotmea30)

    Sorry, I put the wrong link in…(now updated). Trying to get my BLOG header to link back to my site…

    http://www.goflyasite.com/blog/

    yuh

    (@yuh)

    try to change following in your header.php

    <div id=”header”>
    </div>
    change this / add following…

    <div id=”header” onclick=”location.href=’http://your_adress.com/&#8217;;” >
    </div>

    should work fine

    Thread Starter spotmea30

    (@spotmea30)

    Thanks yuh… I tried your suggestion… but still no luck.

    Thread Starter spotmea30

    (@spotmea30)

    Alas! The header IS clickable… just doesn’t show the cursor hand indicator! PROGRESS!! 🙂 Thank you Yuh! If anyone has any tips on how the ensure the cursor gives the visual cue that the header is clickable, I’d be most grateful!

    yuh

    (@yuh)

    then use this code snippet!!

    <div id=”header” onclick=”location.href=’http://your_homepage.com/&#8217;;” style=”cursor: pointer;”>
    </div>

    the pointer is the hand you will see, you can also change it into crosshair, or auto /default, but with this snippet it works too

    hope this works for you, greetz

    Thread Starter spotmea30

    (@spotmea30)

    Worked like a charm! Thank you Yuh!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Trying to link my header image.’ is closed to new replies.