AlphaImageLoader

R

Richard Bibby

Hej,

I am creating an html formated email message that contains one inline image.
When the html refers to the image using an img tag (as below) everyting
looks great and the image is shown inline in the correct place in the email.

<img src="cid:a1" border="0" width="699px" height="283px"> <---- this
works

but when the html has been rendered on another workstation that refers to
the image using the AlphaImageLoader the image is not displayed in the
email. All i get is a place holder and the image can be seen as an
attachment.

<div
style="width:699px;height:283px;display:inline-block;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="cid:a1");"></div>

Is this some scripting problem in outlook?

/Richard
 

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