Clickable header? Clickable header?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Clickable header?

Started by Spid, December 01, 2006, 10:41:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Spid

Appologies if I've missed this on the boards.

My problem is I want to make the header I've got in my theme to be clickable. I have the header as a background in the H1 css. I've tried using
Quote<div id="header" onclick="location.href='http://siteaddress/';" style="cursor: pointer;">
but that didn't work. How can I go about getting it right?

Thanks in advance.

Spid

Appologies again for the double post, but you can ignore this question. I know what I've done wrong and it was a stupid mistake.

dke

always appriciated if you post how you solved it

Joachim Müller

<h1><a href="yourlink">your text</a></h1>should do the trick.