ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: lajre on January 03, 2005, 09:26:12 am

Title: gif images not showing in HTML Email in Outlook
Post by: lajre on January 03, 2005, 09:26:12 am
Hi,

I'm having trouble getting GIF images to show up in HTML emails.  I"m pointing to them on the server using the full address, but no luck.  Any ideas? Thanks
Title: gif images not showing in HTML Email in Outlook
Post by: DW on January 05, 2005, 05:57:30 pm
I would suggest double-checking that the images are correct, ie., if your image is as follows:

<img src=http://site.com/images/pic1.gif>

Try loading http://site.com/images/pic1.gif manually in your browser.

Also, be sure you have the HTML headers:

<html>
<body>
<img src=http://site.com/images/pic1.gif>
</body>
</html>

Regards