I am trying to send a html email from access with using a template which I copied the source code for. The html template contains an image. The line of code is as below:
However when the email is sent everything is ok apart from the images not displaying!! *** Fustration ***
Has anyone used this method of sending an email as with html format and come accross the problem of the image not appearing on the recieved email?
Does anyone have any solutions to this? How can I get it to work?
Help very much appreaciated.
Cheers,
Neemi
Code:
...
...
<img border='0' src='../../../../../LetterHeadImages/BDG%20Logo%20trimmed.jpg' width='208' height='94'></P></TH></TR>
...
...
However when the email is sent everything is ok apart from the images not displaying!! *** Fustration ***
Has anyone used this method of sending an email as with html format and come accross the problem of the image not appearing on the recieved email?
Does anyone have any solutions to this? How can I get it to work?
Help very much appreaciated.
Cheers,
Neemi