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
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 /> </if> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open Code (markup):