PDA

View Full Version : HTML email



Maniaci
May 3rd, 2005, 11:10 PM
I'm having trouble getting an HTML, image-heavy email to actually become an email. I use Mozilla Thunderbird / gMail. The file is a .html with images stored in and linked from a /images/ folder.

What I have been trying to do is just attach both the HTML document and the images like you would any other file. None of the images show up on the HTML document (no /images folder) and I'm not sure how or if I even can make a /images folder.

Am I doing this all wrong?

nobody
May 3rd, 2005, 11:41 PM
You should use absolute locations for the links to the images.

ie: http://www.yoursite.com/image.gif

then email clients will be able to open them

Maniaci
May 4th, 2005, 06:46 PM
Ahh thats a great idea... and extremly obvious heheh. Thanks :).