View Full Version : Site logo in header
steaua
06-02-2007, 07:55 PM
I would like to make the logo smaller in width and to place a leaderboard banner in the header right to the logo.
Is this possible!?
Micha
06-04-2007, 08:23 AM
You can do this by editing your templates/header.tpl template.
There you have {LOGO} tag on line 38 (inside . top_banner div).
You can remove that tag and place your logo and banner, for example if you upload your logo and banner in templates/img folder, the code would look something like this:
<div class="top_banner">
<img src="templates/img/header.gif" border="0" alt="logo" /> <img src="templates/img/banner.gif" border="0" alt="banner" />
</div>
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.