PDA

View Full Version : Move Logo From Header To Navbar


chriscoleman
03-10-2007, 11:08 PM
I'd like to know how to move my logo from it's present location to the middle of the navbar.

Please see my site for reference: http://dealcrasher.com

Many thanks!

HMBeaty
03-10-2007, 11:24 PM
In your navbar find:

<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>

After that add:

<td class="alt2">
<img src="your banners image url" alt="" border="0" />
</td>

chriscoleman
03-10-2007, 11:47 PM
Thanks Bro!

Okay, I got the logo in the navbar, but now I need to do two more things. Actually 3...

1) I need to center it in the navbar

2) I need to get rid of the logo in the upper left corner

3) I need to change the color in the navbar to #FFFFFF and change the links ie: "Register" "FAQ" etc.....

Please see my site for reference: http://dealcrasher.com