Dear webmasters !
I am running a vbulletin community forum. We had a banner on the top of our forum in the old skin but I cannot put the same banner in the header of new skin. I tried my best to change the header of new skin bit it didn't work (I dont have much technical knowledge). I am writing the code and the banner path. Can anyone plz add the banner path in the header in a way that it it works fine.
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<!--
NEW HEADER & NAVBAR
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
The banner path is images/misc/Upbanner.gif
Waiting for your replies.