|
|
|
|
|
|
|
Home
|
|
|
|
|
 |
|
| | A R C H I V E D M E S S A G E | | Subject: Embedded graphics for autoresponse |
| Posted: 01/29/2004 at 7:32:00 pm |
| By: scloughley |
| Let's say I want to embed a graphic in my autoresponse with the tag:
<img border="0" src="graphic.jpg" width="873" height="189">
Is this supported? If so...
Q1
Do I use
$send_attachement = "1";
or
$send_attachement = "2"; ?
(also, do I use the mis-spelt attachement, or the correct attachment with only one "e"?)
Q2
Is it OK just to put src="graphic.jpg" without the path since html.mes and graphic.jpg are both in same directory?
Q3
Finally, if the html.mes and graphic fil are both in the directory www.mysite.com/cgi-bin/html.mes and www.mysite.com/cgi-bin/graphic.jpg, what exactly do I enter for:
$attachment_nm = "?????";
$att_path = "??????";
$att_format = "?????";
Anyone that can help...thanks so much! | |
|
|
Subject: Re: Embedded graphics for autoresponse | | Posted: 01/30/2004 at 5:36:29 pm | | By: Seth Knorr |
| When doing html emails in html.mes also use the ful URL path to the image.
Also the image should always be uploaded into a HTML readable directory not a cgi-bin.
ex. <img src="http://www.yourdomain.com/image.gif">
Seth | |
|
|
Copyright 2000-2004 Seth M. Knorr, BizMailForm.com Forms Processor, All Rights Reserved
|
|
Heart House Community Church, Clermont FL
| |
| |