Hi Matt,
In order to produce identical content for BOLD and ITALIC in Internet Explorer and Firefox, RadEditor uses a content filter which converts all
<b> and <i> tags to
<strong> and <em> in Firefox when switching to Html mode or submitting the content. The content filter converts the
<strong> and <em> tags to
<b> and <i> when switching back
to Design mode because the browser commands works with these tags as well as to avoid side effects and problems.
You can disable this filter with the following code:
RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.MozEmStrong);
You can also implement your own
content filter that will convert the tags per your needs in both Html and Design modes.
Kind regards,
Rumen
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.