[Solved]: Background pic as logo. [Solved]: Background pic as logo.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Background pic as logo.

Started by disposition, February 26, 2008, 04:32:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

disposition

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

Nibbler

You can't. Make it into a normal image and link that up.

disposition