I am using CuteEditor 6.2 to edit the HTML that is then fed into an ActiveReports 3 RichTextBox object. The ActiveReports object is fairly dumb when it comes to HTML and does not understand things like <SPAN style='font-family:Arial; font-size:14pt'>...</SPAN>.
Instead it will understand only <FONT FACE='Arial' SIZE="3">....</FONT>
I know I can parse and replace the SPAN tags before I save the data to my database in the OnPostBackCommand event but before I go write a parser, is there a way to customize CuteEditor to do this a little more easily?
Thanks very much in advance,
Frank.