hi all,

I have done some searching on google and can't find a code to center my css table in my products description that actually works. It will only align left.

Here is my code.. maybe i'm missing something.

Cheers,
Grant.

PHP Code:
<style type="text/css">
table.stats
table 
marginauto; }
{
text-aligncenter;
font-familyVerdanaGenevaArialHelveticasans-serif ;
font-weightnormal;
font-size10px;
color#fff;
width500px;
background-color#666;
border0px;
border-collapsecollapse;
border-spacing0px;}

table.stats td
{background-color#eeeeee;
color#000;
padding4px;
text-alignleft;
border1px #fff solid;}


table.stats td.hed
{background-color#e8e9e9;
color#000000;
padding4px;
text-aligncenter;
border-bottom2px #fff solid;
font-size12px;
font-weightbold;} 
</
style