We are an E.S.P. (Email Service Provider) and user the Editor in a web application where the clients can design their newsletters themselves before sending. So our potential rendering platforms also include email clients i.e. Outlook etc...
The following text comes from an un-named tech doc.
"The Float: right property does not render correctly in Outlook 2007 because Outlook 2007 uses the Word 2007 HTML parsing and rendering engine to display HTML emails. Float and position are just two of several CSS properties that the Word 2007 engine considers 'unknown properties."
Our Problem:
The following text comes from an un-named tech doc.
"The Float: right property does not render correctly in Outlook 2007 because Outlook 2007 uses the Word 2007 HTML parsing and rendering engine to display HTML emails. Float and position are just two of several CSS properties that the Word 2007 engine considers 'unknown properties."
Our Problem:
When a user tries to insert an image into a message and chooses align right. The editor inserts a style element into the image tag. "style= FLOAT: right;"
This also happens when a user copies an older message and tries to replace the image and align it.
As a matter of fact the editor will add "style= FLOAT: right;" just by selecting the image and clicking on the Alignment drop down box and choosing Right.
Original HTML Code:
HTML code after aligning right:
Is their a way to prevent the edit image dialog box from turning the align right dropdown into the float style tag?
Sincerely,
Dana Cobb
Original HTML Code:
<
IMG
style
=
"WIDTH: 240px; HEIGHT: 180px"
border
=
0
hspace
=
15
alt
=
""
vspace
=
12
align
=
right
src
=
"http://pages.nxtbook.com/nxtbooks/newbay/dv0610/assets/icon.gif"
complete
=
"complete"
>
HTML code after aligning right:
<
IMG
style
=
"BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; FLOAT: right; BORDER-TOP: 0px solid; BORDER-RIGHT: 0px solid"
hspace
=
15
vspace
=
12
src
=
"http://pages.nxtbook.com/nxtbooks/newbay/dv0610/assets/icon.gif"
complete
=
"complete"
>
Is their a way to prevent the edit image dialog box from turning the align right dropdown into the float style tag?
Sincerely,
Dana Cobb