On Aug 1, 2005, at 12:30 PM, Steve Clay wrote:

I get *nothing* in Opera8.  The page is invalid:

<body "bgcolor=#FFFFFF ">

Move this to your CSS so you have

<body>

What Steve means is that you should have

        body {
                background-color: white;
        }

in your CSS.

:-)
—ml—

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

Reply via email to