Hello!
Pleas I need help with an html wysiwyg html editor.
In our company I've to programm a html editor. And we need to be able to insert and manipulate tables. All done. the only thing which is missing is to merge or split single tables. ALL IN JAVASCRIPT.
I've the Table, Tr and TD Object saved in a variable (oTable, oTR and oTD)
How can I programm this so, that I can merge the cells, which are selected?
How can I programm so, that i can split a cell if I've selected one?
thx very much! Bernhard Wurm (Austria)