• Resolved Karo

    (@hypsnos)


    Hi there!

    I’m trying to make my header clickable, but it seems I have made some mistake in this fairly simple code. It seems ok by me but yet it doesn’t work -can anyone help?

    <img src="http://xxx.org/wp-content/themes/thesis_16/custom/images/logo.png" alt="logo/xxx.org" width="520" height="130" align="middle" href="http://www.xxx.org/" title="take me back to the home page"/>

    -Karo-

Viewing 3 replies - 1 through 3 (of 3 total)
  • hypsnos,

    Such a long string of code, I almost missed it.

    Try this:

    <a href="http://www.xxx.org/">
    <img src="http://location.of.image.png" width="520" height="130">
    </a>

    I removed a large portion of code for readability, the actual location of the image will need to be replaced.

    Hi,

    In order to make your wordpress blog header clickable, you need to edit the header.php file of your blog. For more details and code which needs to be modifued can be found here

    Clickable Header

    Thanks,

    Shane G.

    Thread Starter Karo

    (@hypsnos)

    Thanks doc4 -I rolled my eyes and thought “dah, yes of course” 😉 This is what happens when I try do to things at night when really should have been asleep five hours ago! 😉 Thanks again!

    To Shane G: in my code you can see the word thesis, which means that I’m using the thesis-theme and don’t have a header.php file. I forgot to mention that explicit, sorry! 🙂

    -Karo-

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clickable header’ is closed to new replies.