|
Thanks for the info guys, but I am unable to still center the site still. I went with
this fix:
body {
text-align: center;
min-width: 600px;
}
#wrapper {
margin:0 auto;
width:600px;
text-align: left;
}
But when I put it all right after body in my code, nothing is changed. I have included the code.
Last edited by red71rum : 04-26-2008 at 05:01 PM.
|