Hello,
I'm using FCKEditor to edit some parts of an XHTML 1.1 strict compliant site.
I run it with:
// Enable XHTML support
FCKConfig.EnableXHTML = true ;
FCKConfig.EnableSourceXHTML = true ;
However, it insists on adding legacy code (mainly align="center" in div's), which breaks W3C's validator.
Is there a way to enforce strict XHTML?
Thanks
I'm using FCKEditor to edit some parts of an XHTML 1.1 strict compliant site.
I run it with:
// Enable XHTML support
FCKConfig.EnableXHTML = true ;
FCKConfig.EnableSourceXHTML = true ;
However, it insists on adding legacy code (mainly align="center" in div's), which breaks W3C's validator.
Is there a way to enforce strict XHTML?
Thanks
RE: 2.0 and XHTML _Strict_?
I have successfully installed FCKeditor 1.6, played with it, and made the configuration changes so that XHTML support is turned on. However, Ive noticed that although the source produced by the editor is well-formed, it does not pass a validation test according to any of the XHTML 1.0 DTDs defined by W3C.
How do we get FCKeditor to produce valid XHTML 1.0, or is this functionality not supported? Any help would be appreciated. Thanks.