Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTMLBODY

Status
Not open for further replies.

Quaresma

Programmer
Feb 28, 2012
1
EG
i am trying to send an email with colored text using ACCESS
so when i try
Code:
.HTMLBody = "<font color = 'violet' >Test</font>"

scaled.php


the text displays in black but if i added any text before the tags it works for example

Code:
.HTMLBody = "bla <font color = 'violet' >Test</font>"

i cant get the point !!


scaled.php
 
Just a shot in the dark, but try

<font color = #BF5FFF >
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top