Title: clickable header
Last modified: August 18, 2016

---

# clickable header

 *  Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/)
 * Could someone please give me the coding I need to use to make my header clickable?
   Thanks

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

 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-119967)
 * All the code you need is already there.
    Perhaps a visit to [http://w3schools.org/](http://w3schools.org/)
   and a look into the HTML tutorials would be a big help to you.
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-119972)
 * I’m still confused. I’m asking how to make the header image clickable to link
   back to my main page.
    My site is continuous-play.com
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-119976)
 * thanks, that fixed it
 *  [bendg](https://wordpress.org/support/users/bendg/)
 * (@bendg)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-120068)
 * Actually, you don’t need to put the image in the html, you can make it work from
   css, as I have done for example on [http://stijlstek.nl/greek2me/](http://stijlstek.nl/greek2me/)
   
   Your html could be something like: `<div id="header"> <h1 title="Back to the 
   homepage">Continuous play</h1> </div> Then in your css you do something like:
   h1 a { background: url("header.jpg") no-repeat; display: block; text-indent: -
   7777px; height: 200px; width: 500px; }
 *  [redsoxnut](https://wordpress.org/support/users/redsoxnut/)
 * (@redsoxnut)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-120128)
 * Do this:
    `.header { background-image: url(header.jpg); display: block; width:
   500px; height: 200px; } Then call it not by using a DIV but by using:
 *  [somefool](https://wordpress.org/support/users/somefool/)
 * (@somefool)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-120142)
 * or, just to confuse you more, id go with this
    [http://fernando.dubtribe.com/archives/2004/10/10/make-my-head-a-clickable-link/](http://fernando.dubtribe.com/archives/2004/10/10/make-my-head-a-clickable-link/)
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-120391)
 * Thanks for all your help. I’m getting it working now!

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

The topic ‘clickable header’ is closed to new replies.

 * 7 replies
 * 5 participants
 * Last reply from: Anonymous
 * Last activity: [21 years, 5 months ago](https://wordpress.org/support/topic/clickable-header/#post-120391)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
