> We are having a strange problem in FF (1.06). Look at
> 
> http://test5.caribmedia.com/doctype.html
> When we look at it, the validator says the HTML and CSS are flawless, 
> but the CSS is not applied to the page!
> 
> The same page without a doctype does apply the CSS.
> http://test5.caribmedia.com/nodoctype.html
> 
> We tried several doctypes, e.g.
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
> 
> What's wrong?
> 
> Michiel

Michiel-

Try removing the xml prolog completely:

<?xml version="1.0" encoding="utf-8"?>  <-- remove this.


Regards,
Ron

p.s. cross posting to two lists is a definite no-no.
______________________________________________________________________
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