Click to See Complete Forum and Search --> : Embeding picture in a html-code (not linked)


Anon
07-04-2000, 10:17 AM
How can I embeding a picture in a html-code? This html-document will be send as an attechment of an e-mail later. Sending e-mail with attechment is ok for me. Who can help me.

greating andy

Anon
07-04-2000, 03:27 PM
You can not just "embed" pictures in html. What you could do is, place the pictures on a webserver and, in the html code in your attachment, link to these pictures url (like <img src="http://www.yourserver.com/images/yourimage.gif").

hth
/ken

By the way, how did you get php to send a mail with an attachment?

Anon
07-04-2000, 04:42 PM
Hi ken

There is a great mim_mail class at weberdev.com that will take care of all of that for you

http://www.weberdev.com/index.php3&GoTo=get_example.php3?count=1583

greating andy

Anon
07-05-2000, 01:45 AM
http://www.heyes-computing.net/scripts/ check this out. there is an html-mime-email class that lets you send an email as html and send atachments and whatever else you would want.