WYSIWYG (What you see is what you get) editor can make life real easy working with text and related elements like adding photos, tables, text formatting etc. Open WYSIWYG is a free cross-browser WYSIWYG editor that is packed with every rich-text editing feature.
It has Powerful editing environment which loads quickly. You can easily view HTML source code and make “in code” adjustments and manage documents similar to Word. Bold, italicize, change the color of your text, and more.
You can quickly create tables and customize them the way you want. With several properties to choose from, set the border style, border width, cell padding, shading color, table width, and much more.
It is compatible with the most popular internet browsers, meaning your users will have no trouble making use of it. These browsers include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+. Besides the functionality, editor looks sleek with familiar looking buttons.
Download Open WYSIWYG and turn any ‘text area’ into powerful WYSIWYG editor. You also have access to source code of this application, play around with that – if you want to!
BTW it works with chrome also.But for that you need to change a line in wysiwyg.js file.
1. Search the following code and replace it by the given one.
isBrowserCompatible: function() {
// Validate browser and compatiblity
//if ((navigator.userAgent.indexOf(‘Safari’) != -1 ) || !document.getElementById || !document.designMode){
if (!document.getElementById || !document.designMode){
//no designMode (Safari lies)
return false;
}
return true;
gr8 one i was seraching this one for many days and finally got it on the last day when i have to deliver to my client.
It doesnt support chrome anyhow . . works well wiht IE and Firefox
It doesn’t work with google chrome. Can we please get support for this popular browser.
downloaded and tried looks like a very useful software, thanks for sharing