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.
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.
always appriciated if you post how you solved it
<h1><a href="yourlink">your text</a></h1>
should do the trick.
thanks.