Am 21.07.2007 um 19:23 schrieb Jon Cosby:
> The stylesheet begins
>
> BODY {
> BACKGROUND-COLOR: F4ECC8; COLOR: 000000; MARGIN: 0; PADDING: 0
> }
There's a syntax error: It should be #F4ECC8 (and #000000 but doesn't
matter there).
Also keep in mind that for XML-aware browsers may distinguish between
BODY and body for XHTML pages.
Andreas