Hyperlink Header Image


Author Message
James

Posted: 3/8/2009
Quote message 

How do I hyperlink a header image? Very frustrating!
 
Marc Smith

Posted: 3/9/2009
Quote message 

Hyperlink a header image? To do what? In Wordpress? HTML?

In Wordpress, traditionally, images are not hyperlinked to anything, just the title of the blog, which brings you back to the home page.

So, maybe a few more details as to what you want to do will help us help you.
 
Phil Sexton

Posted: 11/9/2009
Quote message 

How about in Joomla!

I'm wondering where and how to edit the template so that when a visitor clicks on the header they are returned to the homepage.
 
Garry

Posted: 11/9/2009
Quote message 

You can make your image a hyperlink as following:

You can do it changing following code in your header.php:

<div class="art-Header">
<div class="art-Header-jpeg"></div>

-----------------
To:
-----------------

<div class="art-Header"onclick="location.href='http://www.yoursite.com/';" style="cursor: pointer;">
<div class="art-Header-jpeg"></div>