- From: Simon Hill <red_one@othersdietrying.com>
- Date: 07 Aug 2002 16:49:50 +1000
- To: html-w3c <www-html@w3.org>
Received on Wednesday, 7 August 2002 02:50:10 UTC
Oops. Accidentally posted to www-style instead.
In the downloadable .tgz, the CSS bg image is bad, as
below.
xhtml2-20020805/W3C-WD.css :
BODY {
background-image: url(http://www.w3.org/StyleSheets/TR/WD);
}
should be:
body {
background-image: url(http://www.w3.org/StyleSheets/TR/logo-WD);
}
Received on Wednesday, 7 August 2002 02:50:10 UTC