i am trying to send an email with colored text using ACCESS
so when i try
the text displays in black but if i added any text before the tags it works for example
i cant get the point !!
so when i try
Code:
.HTMLBody = "<font color = 'violet' >Test</font>"
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 !!