how to Centering a table with CSS

Any problem with HTML can be discussed here.
Stewman
Posts: 8
Joined: Wed Jan 02, 2008 10:33 am

Post by Stewman »

what do you think about this ?

Code: Select all

table {
width : 780px;
margin-right: auto;
margin-left: auto;
}


Flipper3
Posts: 353
Joined: Tue Feb 28, 2006 12:34 am

Post by Flipper3 »

Code: Select all

text-align: center;
That should work better. ;)
Locked