Outlook 2002 sp3 red crosses instead of images

T

Travis

Hi,

Apologies if this is not the correct news group ... but ...

I am trying to send a HTML email, using a component and am having some
trouble with Outlook clients.

The HTML looks something like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Email Title</title>
<style type="text/css">
/* my styles */
</style>
</head>
<body>
<img src="http://www.mywebserver.com/images/logo.gif">
<br>
Welcome message
<br><br>
<img src="http://www.mywebserver.com/images/story1.jpg"><br>
<h1>Story 1 Heading</h1>
<p>Story 1 text</p>
</body>
</html>


When I send it, it looks great in Outlook 2003 ... but Outlook 2002 sp3
users just see red crosses (broken images) instead of the pictures.
There is no option (as there is in 2003) to download pictures.

I have also seen another version of outlook that has the images as
attachments as well as embedding them!

Is this a client setting? or a server-side thing?

Any help appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top