coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: disposition on February 26, 2008, 04:32:46 PM

Title: [Solved]: Background pic as logo.
Post by: disposition on February 26, 2008, 04:32:46 PM
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
Title: Re: Background pic as logo.
Post by: Nibbler on February 26, 2008, 04:58:16 PM
You can't. Make it into a normal image and link that up.
Title: Re: Background pic as logo.
Post by: disposition on February 27, 2008, 04:49:33 PM
Thanks!