Privacy Policy

mctsadmin
2010-05-10T11:56:23Z
Hi there,

I am trying to set up disclaimit 4.5 on exchange 2010, I have inserted the code for a new image but the image is not showing.
I can see the image placeholder just not the image itself.

Please can you help.

Here is my code -

<br>
<br>
<img src="images/svh.bmp" width="152" height="69">
</font></p></div>

Is there something I am doing wrong? I have also tried using inline:. My images are saved in c:/program files/disclaimit/data/configuration/resources/images.

HELP!!!!

Lynda
mctsadmin
2010-05-10T12:09:54Z
Hi there,

You can ignore this post, I managed to resolve the issue myself.
wcodya
2011-01-19T16:36:13Z
Having the same problem. Image has been copied to C:\Program Files\DisclaimIt\Data\Configuration\Resources\Images on the DisclaimIT/Exchange 2007 server, but when I reference the inline image using inline:logo.jpg or images/logo.jpg the image does not appear on internal or external emails. The recipient only sees a "red X box" in Outlook that reads "The linked image cannot be displayed. The file may have been moved, renamed or deleted. Verify that the link points to the correct file and location."

Externally hosted http links to my image appear to work fine.

Thanks in advance for assistance,
Cody

franzk
2011-01-19T17:36:18Z
Cody,

please send me the file C:\Program Files\DisclaimIt\Data\Configuration\Settings\Global.xml.

-Franz (franzk@netal.com)
wcodya
2011-01-19T21:08:33Z
Just sent it to you - thanks in advance!
franzk
2011-01-19T21:25:36Z
Cody,

1.) Please note that what you have to specify is the HTML code for a text fragment, not a complete HTML page. This means that you should remove the following lines:

<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>

2.) DisclaimIt will only process inline images when specified in an IMG tag. The tag 'imagedata' is not supported. You have an IMG tag specified, but only optional (<![if !vml]>).
Remove the conditional IMG expression and replace the 'imagedata' tag with an IMG tag, which may look like:

<img border="0" width="192" height="192" src="images/logo.jpg" alt="Description: CLFCR Logo" />

Note that the parameter 'v:shapes="_x0000_i1025"' which occurs in your current IMG tag must also be removed.

-Franz

wcodya
2011-01-19T22:00:41Z
Worked like a charm - thanks!