Quote:
Originally Posted by Noblefist
Thank you very much..
--------------- Added 21 Mar 2010 at 14:31 ---------------
Ok I did the edit, But it will still not center? We are on v3.8.4 (not sure if that makes a difference.) Our site is www.noblefist.com/forums Like you said this should be a simpol thing but it is driving me nuts. All I need is the NOBLEFIST logo to center..
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
|
i think you need to take out the word "$stylevar. It should just be <td align="center">
sumone correct me if Im wrong.