A
andrew.cox
We have an odd problem concerning the rendering of an html email.
We have an Exchange 2003 & Outlook 2003 environment.
The message is a form, with radio buttons that indicate some
selections.
When sent to hotmail, it appears as the sender intended.
When received by the internal network, the radio buttons have
disappeared, which means it's unintelligible.
When I look at the HTML source in Hotmail, I can see that it uses CSS
(thought I'm not really sure what that means !!)
When I look at the HTML source on the version received by Outlook, the
relevant lines that insert the radio buttons are mangled, for
example;
good version:
<td style="vertical-align:top ">
<input type="radio" disabled name="sample" value="no" >No</input><br>
bad version
TD defanghtml_style="VERTICAL-ALIGN: top">
<DEFANGHTML_INPUT disabled value="no" type="radio">No<BR>
Any idea where this scrambling might be happening ??
I've read around the subject a bit & seen that there are lots of
issues like this flagged with Outlook 2007, but I stress, we're still
using 2003.
TIA
We have an Exchange 2003 & Outlook 2003 environment.
The message is a form, with radio buttons that indicate some
selections.
When sent to hotmail, it appears as the sender intended.
When received by the internal network, the radio buttons have
disappeared, which means it's unintelligible.
When I look at the HTML source in Hotmail, I can see that it uses CSS
(thought I'm not really sure what that means !!)
When I look at the HTML source on the version received by Outlook, the
relevant lines that insert the radio buttons are mangled, for
example;
good version:
<td style="vertical-align:top ">
<input type="radio" disabled name="sample" value="no" >No</input><br>
bad version
TD defanghtml_style="VERTICAL-ALIGN: top">
<DEFANGHTML_INPUT disabled value="no" type="radio">No<BR>
Any idea where this scrambling might be happening ??
I've read around the subject a bit & seen that there are lots of
issues like this flagged with Outlook 2007, but I stress, we're still
using 2003.
TIA