Quote:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="20" height="20" align="$stylevar[right]"><img width="20" height="20" src="$stylevar[imgdir_misc]/page_top_left.gif" alt="" /></td>
<td align="$stylevar[left]" width="100%" style="background: url('$stylevar[imgdir_misc]/page_top.gif') repeat-x top left;"> </td>
<td width="20" height="20" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_top_right.gif" width="20" height="20" alt="" /></td>
</tr>
</table>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="page">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
|
Thats my header that contains the forum logo - What do I need to add to alter the size? Im guessing I need it to be in % depending on how wide you open the page.