Lord_Garfield
03-10-2005, 11:05 AM
Hi,
I created a (basic) WYSIWYG editor in javascript. Problem is that I used a DIV and contenteditable true.
So It won't work in other browsers except IE.
I readed that I need to set DesignMode to on to get the same result. Problem is all I find about designmode is on iframes not on divs. If I try it on a div it will fail.
How can I make a div editable for other browsers?
Tanks in advance
I created a (basic) WYSIWYG editor in javascript. Problem is that I used a DIV and contenteditable true.
So It won't work in other browsers except IE.
I readed that I need to set DesignMode to on to get the same result. Problem is all I find about designmode is on iframes not on divs. If I try it on a div it will fail.
How can I make a div editable for other browsers?
Tanks in advance