How to embed an image into an email or HTML file?

R

Rico

Hello,

I have a client that has an emailer to his clients. He's requested that the
email be sent using HTML to show his newsletter (this is in MS Access 2002
using vb6 / vba) My problem is, the email isn't formatting the same way
that the HTML does in the browser. I'm just wondering what is better, a) to
embed the page as an image in the email or b) imbed the binary image in the
web page and see if that helps?

Any help or code samples would be greatly appreciated.

Thanks!
Rick
 
D

Dee Earley

Hello,

I have a client that has an emailer to his clients. He's requested that the
email be sent using HTML to show his newsletter (this is in MS Access 2002
using vb6 / vba) My problem is, the email isn't formatting the same way
that the HTML does in the browser. I'm just wondering what is better, a) to
embed the page as an image in the email or b) imbed the binary image in the
web page and see if that helps?

You need to be very careful as most web browsers don't support a full
set of HTML and are VERY picky about CSS.
 
Top