Hi!
We are in the process of upgrading the editor. We develop a software were you can design emails. The formatting of html is very important in various email clients. We have a problem with html designed in the older version of the editor is re-written in the newer version.
Examples
Original
rewritten to
Original
rewritten to
As you see the height,width and valign attributes are re-written as inline styles.
This does not play well in outlook 2007,2010 which does not support inline style width,height, float + most of the styles.
Is there a workaround?
/Niclas
                                We are in the process of upgrading the editor. We develop a software were you can design emails. The formatting of html is very important in various email clients. We have a problem with html designed in the older version of the editor is re-written in the newer version.
Examples
Original
<td width="32" height="35" align="left" valign="top"> </td><td style="text-align: left; width: 32px; height: 35px; vertical-align: top;"> </td>Original
<img src="lasmer.jpg" width="120" height="62" align="right" />rewritten to
<img alt="" width="120" height="62" style="float: right;" src="lasmer.jpg" />
As you see the height,width and valign attributes are re-written as inline styles.
This does not play well in outlook 2007,2010 which does not support inline style width,height, float + most of the styles.
Is there a workaround?
/Niclas
