o.0
With your orignal code, just switch wrappers css to..
You all missed the error, the margins were set fine, its the width that was the problem. If the width has no unit specifed it'll generally just get ignored. By adding px to it, everything should work as expected.Code:#wrapper { margin-left: auto; margin-right: auto; width: 918px; }








Reply With Quote

