Embedding Graphics

B

Byram Sewell

I'm trying to send an HTML file as an email message. The graphics do not display in the email. They are currently referenced. How do I embed the graphics into the HTML file so that they are included when I email the message?
 
S

Steve Easton

The graphics will need to be in a
"public" location such as your web server,
and inserted from there with urls that point
to the server. i.e. http://yourweb.com/images/image1.jpg etc.

Otherwise, create the e-mail in Outlook Express
with OE set to compose using html. Insert the
images from any location and they will be included /
embedded in the e-mail.

hth

--
95isalive
This site is best viewed..................
...............................with a computer

Byram Sewell said:
I'm trying to send an HTML file as an email message. The graphics do not
display in the email. They are currently referenced. How do I embed the
graphics into the HTML file so that they are included when I email the
message?
 
B

Byram Sewell

Thanks Steve. I figured out an even easier way. Inside
Frontpage. Select All, copy go to outlook, paste, done.
 
Top