Forum Moderators: not2easy
this
table#fire-content{
float:center;
width: 95%;
border: 0;
bordercolor: blue;
bgcolor: #CCCC99;
padding: 1;
}
[center]
div {margin-left:auto;margin-right:auto;}
<div>
<table>
</table>
</div> [/center]
What's going on?
Added: Some will argue that CSS isn't ready for prime time, due to lack of older browser support. It depends on your users, if you have a high percentage of users with old browsers, tables are probably better.
Either way, you can still remove all those ugly <font> tags with CSS ;)