[thelist] Formatting Plain Text Email... ASP

Ryan Mayberry Ryan at applicor.com
Wed Apr 11 12:03:10 CDT 2001


Hi All..

I am working on a ASP script that emails some database content to a user. I
am sending the email in plain text and the content has some HTML formatting
that I need to convert into 'plain text format'

I am having problems with the portions of the content that contain '
which renders a '  in HTML

I am using the following to replace ' with a single '  but it's not
working

theBody = Replace(theBody, "'", "'")

Can anyone fill me in on why this doesn't convert ..  

Corporation's   into    Corporation's

Unfortunately I am getting the content from a third party syndicate and
cannot control the original formatting.

Thanks for any help
Ryan




More information about the thelist mailing list