no matter what i do it wont center
CSS:
HTML:
please help
CSS:
Code:
.logo {
background: transparent url(blue/logo.png);
clear:both;
display:block;
float:none;
text-align:center;
border-bottom: 1px solid #194a6c;
}
Code:
<p><div class="main"/>
<div style="margin: 0 auto;">
<div class="navcontainer">
<div id="navlist" align="center">
<a href="http://webhostingfox.com/index.html" id="current">Home</a>
<a href="http://clients.webhostingfox.com/cart.php?gid=2">Shared Hosting</a>
<a href="http://clients.webhostingfox.com/cart.php?gid=3">Reseller Hosting</a>
<a href="http://clients.webhostingfox.com/index.php">Client Panel</a>
<a href="http://support.webhostingfox.com/index.php">Support Forum</a>
<a href="http://support.webhostingfox.com/contact.php">Contact Us</a>
</div>
</div>
</div>
<div class="main_body">
<!-- content table -->
<!-- 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]"><p><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></p></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
</div>
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
please help







