News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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