You are very much welcome, and feel free to pm or email me.
As for instructions, replace this:
Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</td>
</tr>
</table>
With this:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" background="$stylevar[imgdir_misc]/headerbg.jpg">
<tr>
<td align="center"><a href="vb3index.php"><img src="$stylevar[imgdir_misc]/header.jpg" border="0" alt="Corvette Valley" /></a></td>
</td>
</tr>
</table>