Hello, I am using RADEditor to generate HTML which will be rendered by a third party component that does not support <span> tags. I need font size and style to use the old <FONT> tag. Is there any way to configure RADEditor to do so?
3 Answers, 1 is accepted
0
Accepted
Rumen
Telerik team
answered on 03 Jul 2012, 03:41 PM
Hi,
You should disable the ConvertFontToSpan filter. Therefore the font tags will be not converted to span tags by RadEditor.
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Hi, thanks for your answer. Just one problem remains: radEditor is marking underlined text with "text-decoration:underline", I need to mark it with old <u>...</u> tags, best way to do this?
Regards
0
Accepted
Rumen
Telerik team
answered on 05 Jul 2012, 03:37 PM
Hi,
You should disable the content filter.
All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.