Re: Re: WYSIWYG editor for wiki pages
> I've heard that FCKeditor is popular and easy to install. See WysiwygEasyWay for details.
>
> HTH,
>
I've been using FCK in my tiki site for awhile now, but I have a problem in Wiki pages. Whenever a blank space is explicitly placed (ie. inside an empty td element for instance) the   gets inserted. When the wiki page renders and the code is parsed, It seems to have a problem with this notation, and places a '?' anywhere the   occurs, filling my page with '?'s. Does anyone else have this problem and can anyone suggest a fix.
I've tried using the php replace function to convert the  , but to no avail. Otherwise FCK is fantastic.