Help me add a banner in the header!

Discussion in 'HTML & Website Design' started by traitorworld, Sep 5, 2008.

  1. #1
    How do i add a 468*60 banner in the header of my vBulletin forum [URL is in my siggy]?
    The header seems to use 2 images, one with the logo and another is plain.
    Any help would be much appreciated!

    If needed, i would paste the header code here.
    Thanks

     
    traitorworld, Sep 5, 2008 IP
  2. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Try to find the file "header.php", I think you can add the banner code in this file.
     
    iwtmmo, Sep 5, 2008 IP
  3. traitorworld

    traitorworld Banned

    Messages:
    544
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #3
    lol, i know that much dude!
    The problem is, where and what code do i add?
    Here's the header file:
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" width="100%">
    <tr>
    	<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    	<td align="right" width="100%"><img src="images/kirsch/misc/banner_02.jpg" height="152" width="100%" border="0" /></td>
    
    <td align="$stylevar[right]"><if condition="$ad_headerLogo">$ad_headerLogo<else />&nbsp;</if>
    </tr>
    </table>
    <!-- /logo -->
    
    <!-- content table -->
    $spacer_open
    Code (markup):
     
    traitorworld, Sep 5, 2008 IP