Page 1 of 1

Missing image from HTML email

Posted: Mon Feb 20, 2006 7:46 pm
by pulpfriction
Hope someone can help.
A visitor to the site completes a feedback form, they then receive an email in html format, but I can't get an image file to to work.

Any help greatly appreciated.

W

Posted: Mon Feb 20, 2006 7:47 pm
by feyd
it'd help to see your code.

Posted: Mon Feb 20, 2006 10:27 pm
by Benjamin
Maybe your using relative URLS. Be sure the complete image address is in your code.

ie

Code: Select all

/mypic.jpg
would not work.

Code: Select all

http://www.myaddress.com/images/mypic.jpg
Should be ok. Unless the person has images turned off in their Email.

Posted: Tue Feb 21, 2006 10:20 am
by s.dot
If you're testing your script in outlook express, windows now automatically disables showing of pictures (unless you change the option, or click the show pictures thingamabobjigger).