Making an image signature in Outlook 2003 a hyperlink to a site...

J

Johnnyboy

I have an image (our logo) as a signature on my email. I am trying to make
this a clickable link so that customers can click the logo and be taken
straight to our site. I found a post on here from "Clarky" who advised to use
this:

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

Now, this works fine and would be perfect other than my image logo is left
with an outline around the image so how can I resolve this?

I did reply to "Clarky"'s post today but did notice the thread is from 3
years ago so thought I'd ask here if anyone can help.

I appreciate any help with this.
 
T

Terry R.

The date and time was Thursday, April 09, 2009 7:54:05 AM, and on a
whim, Johnnyboy pounded out on the keyboard:
I have an image (our logo) as a signature on my email. I am trying to make
this a clickable link so that customers can click the logo and be taken
straight to our site. I found a post on here from "Clarky" who advised to use
this:

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

Now, this works fine and would be perfect other than my image logo is left
with an outline around the image so how can I resolve this?

I did reply to "Clarky"'s post today but did notice the thread is from 3
years ago so thought I'd ask here if anyone can help.

I appreciate any help with this.

Hi Johnny,

Try placing border="0" after img like this:

<img border="0" src="http://yourwebserver.com/pictures/picturename.jpg"
alt="picture name">


Terry R.
 
T

Terry R.

The date and time was Wednesday, April 15, 2009 6:00:01 AM, and on a
whim, Johnnyboy pounded out on the keyboard:
Worked wonders thanks :) Not on a whim though, just a question.....

You're welcome.


Terry R.
 

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