- From: Karim A. <directeur@gmail.com>
- Date: Sat, 2 Feb 2008 14:24:22 +0100
- To: "luc v. Montfort" <lucvmontfort@hotmail.com>
- Cc: www-validator-css@w3.org
Hello, I don't get the same error as you, but I got a different one. Look here: h1, h2 { color: 890000; background: #fff url(afb_jaar/licht.gif); } the color code misses a sharp symbol (#) it should like this: h1, h2 { color: #890000; background: #fff url(afb_jaar/licht.gif); } Karim -- http://xhtml-css.com Be Valid or die learning On Feb 1, 2008 5:58 PM, luc v. Montfort <lucvmontfort@hotmail.com> wrote: > > Hello, > > I encountered this error: Lexical error at line 1, column 4. Encountered: > "" (0), after : "" in the enclosed CSS document. I tried absolutely > everything to fix it, I removed every single paragraph one by one, but the > exact same error came over and over. > Because of my failed efforts I have reason to believe it is a CSS validator > bug. > > > sincerely, > > luc > > ________________________________ > In 2 tellen je eigen webpagina voor al je foto's! Makkelijk en gratis met > Windows Live Spaces
Received on Saturday, 2 February 2008 13:24:30 UTC