Hey, cool hack. One query though. I want the rotating banner to be my main logo (eg [left]) this is my code for the header:
Quote:
<!-- logo -->
<a name="top" id="top"></a>
<table width="$stylevar[outertablewidth]" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15" style="background-image:url($stylevar[imgdir_misc]/left.gif)"><img src="$stylevar[imgdir_misc]/left.gif" width="15" border="0" alt="" /></td>
<td width="100%">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="aria_header_bg">
<tr>
<td align="$stylevar[left]" valign="top" height="126"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<!-- /logo -->
|
So yeah, i have tried a few things, any ideas?