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.
<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.