PDA

View Full Version : wysiwyg editor


acslater323
12-02-2006, 06:36 PM
Anyone know of a decent javascript-based text-to-HTML editor I can use for a CMS? I'd like it to write decent code -- no font tags! Right now I'm using WidgEditor. It's pretty good, but doesn't work with Safari, and I have a lot of clients that use Safari. Any suggestions?

GreyBoy
12-02-2006, 10:06 PM
Are you looking for something to add to a webpage or something to create a webpage?

I have been using TinyMCE (http://tinymce.moxiecode.com/) in most of my CMS's. Works great and has several different levels from basic text editing to full HTML editing with images. Is easily customizable including style and features. The best part is that its open source and cross browser compatible

Sam