Hi !
I have some problems using the last fckeditor vers. on firefox 2 : the editor contains " " html characters in place of empty value.
For example, i make this in PHP :
But when I take a look on the FCKEditor source code, I see a blankspace ( html code).
Is there a way to avoid this problem ? I tried different fckconfig.js configurations but no success...
I have some problems using the last fckeditor vers. on firefox 2 : the editor contains " " html characters in place of empty value.
For example, i make this in PHP :
$myPreferredValue = ""; $oFck->Value = $myPreferredValue;
But when I take a look on the FCKEditor source code, I see a blankspace ( html code).
Is there a way to avoid this problem ? I tried different fckconfig.js configurations but no success...