how to embed a jpeg in html and send as attachment
Arivazhagan Thyagarajan
Greenhorn
Joined: Feb 07, 2001
Posts: 3
posted
0
Hai everyone, How to embed a jpeg image in a html file and send the html file along with the image as attachment through emails.It has to show the user when they open the attachment, html page with the jpeg image.i faced the problem that when i sent as a attachment the html page can be viewed but only i get X marks where the image has to be display. kindly suggest a good solution with regards, T.Arivu
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1820
posted
0
Hi Arivazhagan , You will not get an appropriate reply to your query in this forum. Check out forums like HTML and Java Script where you may get an appropriate reply.
Angela Poynton
Ranch Hand
Joined: Mar 02, 2000
Posts: 3143
posted
0
I'll move this post to HTML & javascript forum
Pounding at a thick stone wall won't move it, sometimes, you need to step back to see the way around.
Arivazhagan Thyagarajan
Greenhorn
Joined: Feb 07, 2001
Posts: 3
posted
0
Hi, No one is capable of answering my quest or simply neglecting. kindly do the needful as early as possible
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 3661
posted
0
As far as I know, you will have to send the html page and the images, and instruct the person to put them in the same folder then double click the html page. You could zip them so that they unzip into the same folder(you can use subfolders if you want), but the person will still have to double click the html page. ------------------ Dont blindly believe everything I say. [This message has been edited by Randall Twede (edited February 15, 2001).]
I never took notes in college. That's how I got a 4.0 the first 2 years, and a 3.5 the second two years.
bill bozeman
Ranch Hand
Joined: Jun 30, 2000
Posts: 1070
posted
0
Different email clients are going to behave in different ways. This is a hard area to guage becuase there are so many email clients and there are so many different platforms they can be running on. I usually have my image on a host somewhere and then reference it that way and I don't send it as an attachment. I have found that to be the safest way of doing things. And to send an HTML mail I have used CDONTS and JMail. Bill
subject: how to embed a jpeg in html and send as attachment