PDA

View Full Version : Logo link


yuriy
06-06-2008, 02:46 AM
hey guys! i have a skin and i was wondering like if i can make it as a link also..what i mean by that is the logo itself it on top right..and right now it displays it as an image..
can anyone help me get it to be a link also? to index.php? so users wont always have to look for "home" link to get to the main page?
heres my css for the logo image..



#lg {
background: url(/forum/ephyn/misc/lg.png);
width: 251px;
height: 145px;
float: left;
margin: 0;
padding: 0;
}

thanks guys!:D

Princeton
06-06-2008, 11:40 AM
on a default vbulletin installation the logo is hot (link)

I'm assuming you have a custom style .. if that's the case it's a bit hard for us to tell you what to do; nevertheless, this is the code needed -add the 'header' template
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>