So I've read some info on the forums about making header background images clickable (links to outside of WordPress). The trouble is that I don't even know enough CSS/HTML to do it on my own. I'm learning quickly though.
my site is http://www.cksblog.com
I'm using the Modmat template...Here's the header CSS:
/* page header */
div#header{text-align:left;height: 104px; background: url('headers/defaultheader.gif') no-repeat right top; background-color: #000; border-left: 2px solid black; border-right: 2px solid black; border-top: 2px solid black;}
div#blog-description{color: #FFF; margin: 0 0 0 15px;}
Here's the header.PHP file:
<div id="wrapper" class="hfeed">
<div id="header"<?php modmatHeaderImage(); ?>>
<h1 class="blog-title">/" title="<?php bloginfo('name') ?>" rel="home"><?php bloginfo('name') ?></h1>
<div id="blog-description"><?php bloginfo('description') ?></div>
</div><!-- #header -->
What's the easiest way to go about making the header clickable?
I know that this has been posted before, I am just confused and am not sure where to go to find more help...
thanks in advance to whoever helps dig me out of this hole,
Bobby