Thanks to all for the assistance.

Monday, August 15, 2011 8:52:49 pm Ted Rolle Jr. wrote:
> > You're almost there. First, you don't need text-align: center. That's
> > extra. But 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;
> >
> > }
> >
> > ---Tim

> > The OP has all the internal divs defined with pixel widths though, so
> > percents and absolutes wouldn't make much sense in that context.

The page is operated by a friend of mine, and she depends upon Frontpage.
I hope that Frontpage will retain my changes.

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