Now this is funny.
I installed fckEditor in my app cause able to output xhtml 1.0 strict on any browser...the point is that the default installation do not produce valid code at all and in the documentation I do not find any help for setting this feature that in my opinion should be the defaukt one.
Now someone knows how to set the editor in a way to get clean and valid code??????
Thank you
Andrea
I installed fckEditor in my app cause able to output xhtml 1.0 strict on any browser...the point is that the default installation do not produce valid code at all and in the documentation I do not find any help for setting this feature that in my opinion should be the defaukt one.
Now someone knows how to set the editor in a way to get clean and valid code??????
Thank you
Andrea

Re: XHTML 1.0 strict
I scanned thousand of post about the same matter......but there has never been an answer.................
Even the demo editors id demo page do not produce valid code but in the homepage the first feature of the editor is :
OUTPUT XHTML 1.0 STRICT.
Cannot be true.
Someone get clean code from the editor?????
Thanks
Andrea
Re: XHTML 1.0 strict
--serializer
Re: XHTML 1.0 strict
if I type a simple word es:
hello world the editor code :
and that's fine.
Now if a select the words and center them the editor code :
And this is not xhtml but a deprecated attribute that as you know is not validating the page.
The editor should code:
Hope is clear.
Andrea
Re: XHTML 1.0 strict
Re: XHTML 1.0 strict
<p style="text-align:center;">Hello World</p>
instead of
<p align="center">Hello World</p> ?
Re: XHTML 1.0 strict
the w3c docs can say anything.....
Write <p align="" in a strict document and validate that.
Don't you see any error?????????????
Let me Know
Andrea
Re: XHTML 1.0 strict
Re: XHTML 1.0 strict