"ielmrani via AccessMonster.com" <u21259[ at ]uwe> wrote in message news:8e689b139305c[ at ]uwe...
[Quoted Text] > Hi, > First of all thank you so much in advance. > > I am doing a mass mailing using access 2003. > > I have this code which works great. When the email is sent the .HTMLBody > appears in one line. I want the email body to appear like the following: > > Center the first line "The Next......" > Leave a blank line > Center the second line "Market Downturn......" > Center the third line. "Will Combine to Wreak Havoc in 2009"
<snip>
<center>"The Next......"<br><br>"Market Downturn......"<br>"Will Combine to Wreak Havoc in 2009"</center>
IOW use HTML markup instead of spaces and carriage returns.
|