I have a web page at http://www.biom.net/index.php/dojo/index/ and as you can see it’s flush left in the browser. I want to center it and have tried adding “auto” to the margin element for both body and wrapper selectors, but can’t get the setting to budge.
Can you point out where I’m off?
#wrapper {position: relative;
float: left;
margin: 0 auto;
padding: 0;
width: 778px;
background: #cccc99;
color: #333;
border-top: 10px solid #000;
}
Thanks.
Thanks!
Ramone