> Tim Climis wrote:

> You do need a width on the body. By default, it's 100% of the browser, but 
> looking at the stuff inside, it only needs to be 885px.
> Once you give the body a width, it'll center itself up.
> body {
> margin: auto;
> width: 885px;
> }

Here I am again. I added a width, but the content at  
http://www.celticmanner.com/_CNexplore/indexsource.html
still appears at the left. However, the footer appears to be very wide, and in 
that sense, the content IS indeed centered.
The width of the footer is specified as 885 px. Is it to be seen, what makes it 
wider?

Bruce
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to