How do I hyperlink an image in my Outlook2003 signature?

2

I have my company logo in my Outlook2003 signature and I was wondering how can I turn that image in to a hyperlink, so it links to my company's website?

hsatterwhite

Posted 2010-07-14T12:35:25.073

Reputation: 247

Answers

5

Just use some simple HTML to do so:

<a href="http://www.yourfavoritelink.com"><img
src="http://yourwebserver.com/pictures/picturename.jpg" alt="picture name"
/></a> 

BioXhazard

Posted 2010-07-14T12:35:25.073

Reputation: 709

This is a good solution and a very correct one, but is there any point and click method of doing this? It's not just for me, but also for non-savvy users in the office. Thank you for the help :) – hsatterwhite – 2010-07-14T12:43:33.157

Not really, BioX wrote the solution. For the user, send an email with screenshot, that should help them. – r0ca – 2010-07-14T14:37:01.457

0

There actually is a way to do this in Microsoft 2003 without writing HTML. If you have already created your signature with your logo (pic) in Tools/Options/Mail Formats/Signatures. Select New as if you are going to send an email. Choose options in the main menu, go to General Tab, and select email options at the bottom of that tab. If you haven't already created your signature, you can create it here. Select the logo (pic) and then click on the hyperlink icon far right next to the picture icon which is next to the font/text icons. Type in your http location and save. Hope this was helpful for you.

Garbear

Posted 2010-07-14T12:35:25.073

Reputation: 1