In my site my header logo is a background photo which I didn't even know till now, anyway my question is how do I get a link attached to it, can I add a link to it in the CSS?
}
.mainbgr {
background-image: url(images/site_logob.jpg);
background-repeat: no-repeat;
background-position: left top;
}
http://www.blackdeathmetal.com
You can't. Make it into a normal image and link that up.
Thanks!