Melinda Odom wrote:
> Hi,
>
> Can someone please tell me why this site is centered:
> www.snugglebugkids.net
>
> and this site using the same style is not in ie7 only?
> www.fitness909.com
>
>   
Because the first site has text-align: center; in the body declaration 
of the css.  If you were to add that line to the CSS like this:

BODY {
    background: #ffffff;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

It would do the trick.

HTH
Matthew

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to