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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image problem with sending Email from Access using .HtmlBody

Status
Not open for further replies.

neemi

Programmer
May 14, 2002
519
GB
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:

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top