It shouldnt be a problem...just centering the site.....except its not centering. Perhaps a code conflict?
this is what i am using within the CSS
.outer {
width:687px;
margin:auto;
display:table;
}
.inner {
width:auto;
margin:0px;
display: table;
_____
and the code within the page....
<div class="outer">
<div class="inner">
----content-----
</div>
</div>
and the site:
http://www.spinnerdesign.co.il/
this is what i am using within the CSS
.outer {
width:687px;
margin:auto;
display:table;
}
.inner {
width:auto;
margin:0px;
display: table;
_____
and the code within the page....
<div class="outer">
<div class="inner">
----content-----
</div>
</div>
and the site:
http://www.spinnerdesign.co.il/