PDA

View Full Version : adding a logo to email signature


CoolShark
08-21-2003, 01:58 PM
can someone help with "how-to" insert a logo to an email signature using outlook 2000?


Thanks
CS

Greg
08-21-2003, 03:03 PM
I've never done it, but I'd guess the first step is the send the email in HTML format.

Next use an image tag to display the image. This is usually done by pointing to a web site with the image. Although, the image can prolly be included, I aint sure.

Here's an image tag to display an image...


<IMG HEIGHT=100 WIDTH=777 SRC="http://www.lakecs.com/kgfree1.jpg" alt="Lakecs.com" BORDER=0>


Here's an image that is a link...


<A href="http://www.lakecs.com/"><IMG HEIGHT=100 WIDTH=777 SRC="http://www.lakecs.com/kgfree1.jpg" alt="Lakecs.com" BORDER=0>
</A>


Notice the image code is the same as above just nested in a link<A> tag.

Greg
08-21-2003, 03:10 PM
Nice try, but that don't work. :(

EDIT:

I found a couple of how to's that say to do it just like I expected, but I didn't get the desired result.

Greg
08-21-2003, 03:56 PM
OK the html code has to be in a file. Use this how to.

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q170968