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?

link|improve this question
feedback

1 Answer

up vote 5 down vote accepted

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> 
link|improve this answer
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 Jul 14 '10 at 12:43
Not really, BioX wrote the solution. For the user, send an email with screenshot, that should help them. – r0ca Jul 14 '10 at 14:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.