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

Force RadEditor to use HTML attributes instead of CSS

2 Answers 47 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Martin Ennemoser
Top achievements
Rank 1
Martin Ennemoser asked on 27 Apr 2010, 03:22 PM
I'm using RadEditor for creating Newsletter layouts in the Browser. But since Outlook 2007 doesn't support CSS I want RadEditor to use HTML attributes in favor of CSS whenever possible. e.g. when I align an IMG I want it to create

<img src="..." align="left" />

instead of

<img src="..." style="float: left" />

Disabling ConvertToXhtml doesn't seem to work since it only prevents RadEditor to convert HTML to XHTML, but doesn't force it to create HTML (without CSS) in the first place.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Apr 2010, 03:45 PM
Hi Martin,

Please, check the following forum thread: align=left being changed to float:left.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Martin Ennemoser
Top achievements
Rank 1
answered on 27 Apr 2010, 04:03 PM
Great, thanks!
Tags
Editor
Asked by
Martin Ennemoser
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Martin Ennemoser
Top achievements
Rank 1
Share this question
or