XnosferatuX
Programmer
Hi,
I have an access database in witch all my adresses are stored. With some vba-code I send everyone a mail. The body of the mail is stored in a separate file. This file containes all the code of a regular html-website with between the head-tags only:
So far so good, it sends out all the mail to everyone in the list, in html format. But when viewed with an online mail service (such as hotmail or yahoo) the style sheet seems to be vanished. If the mail is viewed with MS Outlook or Outlook Express the style is rendered just fine.
How can I take care of this problem.
TIA
Nosferatu
I have an access database in witch all my adresses are stored. With some vba-code I send everyone a mail. The body of the mail is stored in a separate file. This file containes all the code of a regular html-website with between the head-tags only:
Code:
<link rel=stylesheet href="location of online css-file" type="text/css">
So far so good, it sends out all the mail to everyone in the list, in html format. But when viewed with an online mail service (such as hotmail or yahoo) the style sheet seems to be vanished. If the mail is viewed with MS Outlook or Outlook Express the style is rendered just fine.
How can I take care of this problem.
TIA
Nosferatu