Signatures - ActiveX Error when using a Logo

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there
I have added our company logo to my signature on outgoing email messages,
but whenever I start a new message an error comes up about my security
settings not allowing for ActiveX controls. I have tried enabling most of the
ActiveX tabs under my Security settings, but there still seems to be a
problem - the company logo comes up as a block with an X in it. Does anybody
know which setting I have to change to make it possible for me to use this
signature ??
Thanks
J
 
Depends on how the signature was created. Take a look at the HTML source of
your signature. In general it shouldn't look more complicated than;

<html>
<body>
Insert a greeting,<br>
Your name<br>
<br>(empty rule)
Some more stuff you want to write<br>
<b>Maybe something bold?</b><br>
<a href="http://www.yourwebsite.com">clickable link</a><br>
<img src="subfolder of Signatures/yourlogo.jpg"><br>
<br>
<i>or retrieve your logo from your website</i><br>
<img src="http://www.yourwebsite.com/pictures/yourlogo.jpg>
</body>
</html>

--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003


-----
Hi there
I have added our company logo to my signature on outgoing email messages,
but whenever I start a new message an error comes up about my security
settings not allowing for ActiveX controls. I have tried enabling most of
the
ActiveX tabs under my Security settings, but there still seems to be a
problem - the company logo comes up as a block with an X in it. Does anybody
know which setting I have to change to make it possible for me to use this
signature ??
Thanks
J
 
Back
Top