coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Spid on December 01, 2006, 10:41:46 PM

Title: Clickable header?
Post by: Spid on December 01, 2006, 10:41:46 PM
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.
Title: Re: Clickable header?
Post by: Spid on December 01, 2006, 10:47:00 PM
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.
Title: Re: Clickable header?
Post by: dke on December 02, 2006, 02:56:59 PM
always appriciated if you post how you solved it
Title: Re: Clickable header?
Post by: Joachim Müller on December 02, 2006, 03:01:08 PM
<h1><a href="yourlink">your text</a></h1>should do the trick.
Title: Re: Clickable header?
Post by: dke on December 02, 2006, 03:08:58 PM
thanks.