Delete of
Brought to you by:
tmseidel
Hi again,
if I insert following html-code and generate it again:
<div><font size="2" face="Arial"> </font></div>
Then I get the shorted html-code back:
<div><font size="2" face="Arial"></font></div>
Found the !
The curio is if i insert a blank after the I get the correct code.
Gregor
JavaSE6.0, Eclipse 3.4
Logged In: YES
user_id=2140707
Originator: NO
Ok i see the tinymce cleans the code in the CleanHtml() function. I have excluded some replaceAll-operations but with no effect.
Any ideas ?