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> </TD><TD> </TD><TD>John
Smith, MD</TD><TD>staff dues</TD><TD ALIGN="RIGHT">400.00</TD></TR>
<TR><TD>01-02-2007</TD><TD> </TD><TD> </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.
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> </TD><TD> </TD><TD>John
Smith, MD</TD><TD>staff dues</TD><TD ALIGN="RIGHT">400.00</TD></TR>
<TR><TD>01-02-2007</TD><TD> </TD><TD> </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.