views:

84

answers:

3

Hi Folks!!!

Is there any web content editor (like FCKEditor or WMD editor) that allows page layouts (images, tables etc.) like MS Word?

+2  A: 

Not quite sure what exactly you ask for regarding page layouts, but telerik has a very feature rich html editor. It's a commercial product though.

Take a look at http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx

Bjorn Isaksen
+2  A: 

TinyMCE is the closest candidate to MSWord... Obviously, being a web interface, it cannot be EXACTLY like Word, but it has a number of word's features.

Antony Carthy
+1  A: 

Both FCK and TinyMCE allow for tables and other layout elements (overall FCK having the better implementation of added elements), and both will allow images that you have a url for.

There is a plug-in for Tiny that allows image uploading, but it is heavy and I think proprietary.

Neither of the above is an inline editor, if that's what you want. Probably the best in that direction currently is TiddlyWiki.

I have been working on my own Mootools based implementation that will allow any webpage to be edited, and has image uploading et al built in. It is currently in Beta, but I can send you a link if that's your goal.

SamGoody