CSS - Center table -
06-01-2006
, 04:56 PM
I am using the following table to center a flash file and for some
reason it seems like the CSS is giving the table a bit of padding in the
browser? Can't figure out why? Also, do I even need a table to center
this flash file in the first place?
This is my CSS:
html, body, #wrapper {
background-color: #25231a;
margin: 0;
padding: 0;
border: none;
text-align: center;
}
#wrapper {
margin: 0 auto;
text-align: left;
width: 800px;
}
Thank you for any help!
Brian |