|
bobby -> RE: cdonts email text (10/23/2002 12:48:32)
|
Since I don' t send html emails (which you need to do in order to bold the text) I' m not sure about this, but here goes... You may need to add <html> to the top of your email page, just like a web page... that way the email client knows it contains html. Possibly <head> and <body> as well... Which means that you may need to close them too... Try placing this first: MyBody = " <html><head></head><body>" And this last: MyBody = MyBody & " </body></html>" That might solve it, again I' m not positive... Note: anyone who only allows plain text emails will see all of your html code as text, much like you are now. You might double check and make sure you' re able to receive html emails... I know that seems elementary, but I threw it out there just in case... [:p] A lot of folks are doing this for security reasons. If that doesn' t do it I' ll petition the gods... er, the Mods for assistance... [:)]
|
|
|
|