Change
HTML Code:
<a href="http://www.adivor.it/forum/portal.php">
<img border="0" src="http://www.adivor.it/forum/images/misc/adivor_portal2.png" width="209" height="85" align="right"></a></p>
<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_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
<td align="$stylevar[right]">
</td>
</tr>
to
HTML Code:
<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_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
<td align="$stylevar[right]"><a href="http://www.adivor.it/forum/portal.php">
<img border="0" src="http://www.adivor.it/forum/images/misc/adivor_portal2.png" width="209" height="85" align="right"></a>
</td>
</tr>