Hi,
I'm running 2.7 on the Decimus theme and host at nitch.ca.
I've inserted my logo into the header in place of the typical call to the blog name that wordpress has as standard. Now I'd like to link this image to be a 'home' button.
I know I need to use this code:
<a href="<?php echo get_option('home'); ?>
But everytime I insert it, I end up wrecking my formatting and the link never works. This is the code for my logo. Where do I insert the href?
#logo h1 {
float: left;
padding: 0px 182px 0 0;
height: 147px;
background: url(images/nitch_HeaderLogo.gif) no-repeat 100% ;
font-size: 38px;
font-weight: normal;
letter-spacing: -2px;
}
Thank you in advance!