This is a migrated thread and some comments may be shown as answers.

Style issue with RADEditor

2 Answers 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Venkatakrishna
Top achievements
Rank 1
Venkatakrishna asked on 22 Jun 2011, 01:04 PM
Hi,

We are using RadEditor in our application. if we set the style as "align:right" then it automatically convert in to "float:right" and this happens while we switch from HTML mode to Design mode.

The issue is, our application sends bulk mails and email client such Outllook etc.. are not understanding the "float" attribute and alignment is not happening properly.

It will be great if you can give the solution as soon as possible since application is live.

Thanks
Venkat

2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 27 Jun 2011, 09:57 AM
Hi Venkat,

This change to the content is applied by RadEditor's built-in content filter ConvertToXhtml. This filter modifies the content to provide XHTML compliant output, while the align attribute is obsolete in XHTML. You can disable this filter to avoid applying such modifications.

You can find more detailed information about RadEditor's built-in content filters in the following help article and LiveDemo:
Content Filters
Editor / Built-in Content Filters

In addition, in the upcoming version of RadEditor we will introduce a new built-in content filter which will configure the editor to produce content compatible with e-mail clients such as Outlook. The next version of RadControls for ASP.NET AJAX (Q2 2011) is due to July 2011.

Greetings,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Venkatakrishna
Top achievements
Rank 1
answered on 27 Jun 2011, 10:09 AM
Thank you for your quick response. As you suggested, we have disabled it.

Thanks
Venkat
Tags
Grid
Asked by
Venkatakrishna
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Venkatakrishna
Top achievements
Rank 1
Share this question
or