Outlook 2003 html renders incorrectly

G

googleThis

I am using a freeware package called xp_smtp to send an email through
an Exchange server to an Outlook 2003 client. The email has a table
in the body, which when I view source looks like so:

<TABLE>
....
<TR><TD>09-26-2006</TD><TD>&nbsp;</TD><TD>&nbsp; </TD><TD>John
Smith, MD</TD><TD>staff dues</TD><TD ALIGN="RIGHT">400.00</TD></TR>
<TR><TD>01-02-2007</TD><TD>&nbsp;</TD><TD>&nbsp; </TD><TD>John
Smith, MD</TD><TD>MBOC</TD><TD ALIGN="RIGHT">800.00</TD></TR>
....
</TABLE>

The sixth TD cell on each table row should have a dollar amount. In
the case of the first row, the dollar amount is rendering as 400..00
when it should be rendering as 400.00. There's an extra decimal point
that Outlook seems to be throwing in there. The second row renders
correctly. Anyone encounter this before? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top