I think this is the code that is affecting it?:
Code:
<!-- 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_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
Not sure. Anyway my graphic is fine but it is left side and big blank on right..bah. Did a search of forums (several actually) and can't find any help...probably meaning it's so basic only a goofy newbie like me would ask how. [EDIT] when I change
Code:
<td align="$stylevar[left]">
to
Code:
<td align="$stylevar[right]">
it goes to the right but when I change it to center...it goes back to the left...any ideas?