Something wrong with every html WYSIWYG editor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rhecker
Forum Contributor
Posts: 178
Joined: Fri Jul 11, 2008 5:49 pm

Something wrong with every html WYSIWYG editor

Post by rhecker »

I'm looking for the right html wysiwyg textarea editor to integrate into a CMS. What I am finding is that they all change the html I write. I don't work in the wysiwyg view, but if content is opened from the DB that contains html I've entered, the textarea editor will change it. For instnace will change my dynamic urls to fixed urls, change my </p> tags to <br><br>, strip out the references to css classes (div class="classy") and stuff like that.

So I'm looking for a wysiwyg textarea editor that will not mess with my code, but which will clean up code that the client pastes into the wysiwyg view (from MSWORD and from browsers).

I have tried FCKeditor and WYZZ editor. OpenWebWare I rejected because it won't reference a CSS file. TinyMCE is HUGE and switching to and from code view is slow.

Any suggestions?
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Re: Something wrong with every html WYSIWYG editor

Post by litebearer »

Post Reply