Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Outlook Express

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-15-2008, 06:32 PM
PA Bear [MS MVP]
 
Posts: n/a
Re: clickable graphic in signature file

Link in a GIF file? Yes. A clickable link? No.

Boze wrote:
> Is there a way to put a graphic in the signature file that is a http link?
> For instance our 'companylogo.gif' with http://www.companysite.com as the
> link?
>
> Thanks in advance


Reply With Quote
  #2 (permalink)  
Old 07-15-2008, 06:38 PM
Boze
 
Posts: n/a
clickable graphic in signature file

Is there a way to put a graphic in the signature file that is a http link?
For instance our 'companylogo.gif' with http://www.companysite.com as the
link?

Thanks in advance


Reply With Quote
  #3 (permalink)  
Old 07-15-2008, 07:04 PM
Boze
 
Posts: n/a
Re: clickable graphic in signature file

Okay.. thanks. I was hoping to put a GIF and make it clickable.. like you
can do with the Insert Hyperlink in the body of an email. Was hoping there
was some add-in or coding trick. Thanks for saving me alot of searching for
something that isn't there!

Boze


"PA Bear [MS MVP]" <PABearMVP@gmail.com> wrote in message
news:ul6oSqq5IHA.784@TK2MSFTNGP04.phx.gbl...
Link in a GIF file? Yes. A clickable link? No.

Boze wrote:
> Is there a way to put a graphic in the signature file that is a http link?
> For instance our 'companylogo.gif' with http://www.companysite.com as the
> link?
>
> Thanks in advance



Reply With Quote
  #4 (permalink)  
Old 07-15-2008, 09:10 PM
Michael Santovec
 
Posts: n/a
Re: clickable graphic in signature file

Sure.

Create an HTML file in Notepad (Do NOT use Word) with the following text


<A HREF="http://www.companysite.com"><IMG
SRC="C:\folder\companylogo.gif" ALT="Company Name1">Company Name2</A>

with the appropriate values.

The ALT="Company Name1" is optional. It will display that text if the
cursor is positioned over the image.

The Company Name2 is also optional. It will display that text as a
clickable link immediately after the image.

Add any other text around it as desired.

In OE specify to use the HTML file as your signature.





--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Boze" <zebozette@mailhot.com> wrote in message
news:ukOzbgq5IHA.4988@TK2MSFTNGP04.phx.gbl...
> Is there a way to put a graphic in the signature file that is a http
> link?
> For instance our 'companylogo.gif' with http://www.companysite.com as
> the
> link?
>
> Thanks in advance
>
>


Reply With Quote
  #5 (permalink)  
Old 07-16-2008, 01:10 AM
PA Bear [MS MVP]
 
Posts: n/a
Re: clickable graphic in signature file

I see my colleague Michael's got something for you.

Boze wrote:
> Okay.. thanks. I was hoping to put a GIF and make it clickable.. like you
> can do with the Insert Hyperlink in the body of an email. Was hoping
> there
> was some add-in or coding trick. Thanks for saving me alot of searching
> for
> something that isn't there!
>
> Boze
>
>
> "PA Bear [MS MVP]" <PABearMVP@gmail.com> wrote in message
> news:ul6oSqq5IHA.784@TK2MSFTNGP04.phx.gbl...
> Link in a GIF file? Yes. A clickable link? No.
>
> Boze wrote:
>> Is there a way to put a graphic in the signature file that is a http
>> link?
>> For instance our 'companylogo.gif' with http://www.companysite.com as the
>> link?
>>
>> Thanks in advance


Reply With Quote
  #6 (permalink)  
Old 07-16-2008, 02:21 PM
Boze
 
Posts: n/a
Re: clickable graphic in signature file

Thanks! What a great solution!

Boze


"Michael Santovec" <michael_santovec@prodigy.net> wrote in message
news:erSAI9r5IHA.3696@TK2MSFTNGP04.phx.gbl...
Sure.

Create an HTML file in Notepad (Do NOT use Word) with the following text


<A HREF="http://www.companysite.com"><IMG
SRC="C:\folder\companylogo.gif" ALT="Company Name1">Company Name2</A>

with the appropriate values.

The ALT="Company Name1" is optional. It will display that text if the
cursor is positioned over the image.

The Company Name2 is also optional. It will display that text as a
clickable link immediately after the image.

Add any other text around it as desired.

In OE specify to use the HTML file as your signature.





--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Boze" <zebozette@mailhot.com> wrote in message
news:ukOzbgq5IHA.4988@TK2MSFTNGP04.phx.gbl...
> Is there a way to put a graphic in the signature file that is a http
> link?
> For instance our 'companylogo.gif' with http://www.companysite.com as
> the
> link?
>
> Thanks in advance
>
>



Reply With Quote
  #7 (permalink)  
Old 07-16-2008, 06:24 PM
Michael Santovec
 
Posts: n/a
Re: clickable graphic in signature file

You are welcome

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"Boze" <zebozette@mailhot.com> wrote in message
news:eO03w105IHA.4084@TK2MSFTNGP03.phx.gbl...
> Thanks! What a great solution!
>
> Boze
>
>
> "Michael Santovec" <michael_santovec@prodigy.net> wrote in message
> news:erSAI9r5IHA.3696@TK2MSFTNGP04.phx.gbl...
> Sure.
>
> Create an HTML file in Notepad (Do NOT use Word) with the following
> text
>
>
> <A HREF="http://www.companysite.com"><IMG
> SRC="C:\folder\companylogo.gif" ALT="Company Name1">Company Name2</A>
>
> with the appropriate values.
>
> The ALT="Company Name1" is optional. It will display that text if the
> cursor is positioned over the image.
>
> The Company Name2 is also optional. It will display that text as a
> clickable link immediately after the image.
>
> Add any other text around it as desired.
>
> In OE specify to use the HTML file as your signature.
>
>
>
>
>
> --
>
> Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm
>
>
>
> "Boze" <zebozette@mailhot.com> wrote in message
> news:ukOzbgq5IHA.4988@TK2MSFTNGP04.phx.gbl...
>> Is there a way to put a graphic in the signature file that is a http
>> link?
>> For instance our 'companylogo.gif' with http://www.companysite.com as
>> the
>> link?
>>
>> Thanks in advance
>>
>>

>
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Outlook Express


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:58 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109