English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-06-11 14:42:06 · 6 answers · asked by nopers 4 in Computers & Internet Programming & Design

Sean: Your first idea didn't work when I tried it. Your second idea won't work because the recipient only has email, NO internet access. Sigh.

2006-06-11 15:01:31 · update #1

6 answers

Actually, Sean has you on the right track.

But if your recipient has only e mail and no internet access, you'll have to send the JPEG images along with it. HTML doesn't have images in it, only references. So you have to send all the files along at the same time. His suggestion didn't work because when files get saved into the temp directory, the names are altered (so the HTML can't pick it up). So in order to make this work, you'll have to send the entire framework together, and have your receipient save it to their hard drive before they can view it.

All this said, it would be easier to save it all into something like a word document and send it. That would handle it in line in the file as a MIME type so you wouldn't have to worry about all this. Another alternative would be to convert the entire page into a screen shot using something like ScreenPrint32 and just send a single JPEG of the whole page.

2006-06-11 16:28:46 · answer #1 · answered by cliffinutah 4 · 4 0

The html will be referencing the jpgs so its expecting to see it in the same folder. You should include the pictures in the attachment with the html and it should display correctly. You dont even need to make a folder because when the email server receives the html and the jpegs, then they will read it from the same temporary email attachment folder and it should display correctly when the receiver opens the email.
Another trick is to upload the jpegs to http://www.villagephotos.com cuz after you upload it (for free), they will give you a http (url) web address to the picture that it stored for you. So in your html file you can just put in the code and it will show the picture correctly.

Edit:
Another thing you can do:
Go to http://www.winzip.com and download the zipper. Its a program to help you zip together files and make into one compressed folder. You create a zip file. You can basically drag all the pictures and the html page itself into the newly created zip file. You can just send that zip file.

The recipient will also need winzip or some sort of program that will unzip the file. Most computers already come with a zip program so he or she might have it in their computer. If the recipient unzips the files into his or her harddrive, it will all get unloaded into one folder automatically. That person can just click on your html and the pictures will show up since they are in the same folder.

Otherwise you might just want to send the htmls and pictures to the recipient and make that person "save all attachments" in one folder. However, it takes up a lot of space so I dont know what the person's email client limit is when it comes to receiving files. Thats why I think the zipping method would be more helpful.

2006-06-11 21:54:44 · answer #2 · answered by Sean I.T ? 7 · 0 0

Try using zip or rar to compress the folder containing ur html file and then send across the file. That way, all pix will show properly

2006-06-11 23:00:28 · answer #3 · answered by vinduda 1 · 0 0

You may have to save the pictures in the html as .bmp. Try that.

Good Luck

2006-06-11 22:23:43 · answer #4 · answered by phy333 6 · 0 0

Place the images in your personal web space(website) and use the img tag in your email...

[img]h##p://www.my.website.com/image.jpg [/img]

When the email is openned the image will be download into the email.

2006-06-11 23:27:12 · answer #5 · answered by acklan 6 · 0 0

inlcude the pics...place them in a folder...

edit the scr of the pic

2006-06-11 21:49:14 · answer #6 · answered by bloodyvamp 3 · 0 0

fedest.com, questions and answers