![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Images in my signature & Minimize to system tray How do I put images in my signature? All I can do is write text. And how do I minimize WLM to the system tray and let it work in the background? thank you! |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Images in my signature & Minimize to system tray You have to create an HTML document. If you Google it, you'll find several tutorials on how to create signatures for e-mail. If you need any help, just ask. -- ©LarryEº "Ohad Alush" <Ohad Alush@xxxxxx> wrote in message news:49EA432C-40EB-4E34-900D-2B94DA3347D6@xxxxxx How do I put images in my signature? All I can do is write text. And how do I minimize WLM to the system tray and let it work in the background? thank you! |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Images in my signature & Minimize to system tray On Wed, 26 Dec 2007 04:18:00 -0800, Ohad Alush wrote: Quote: > How do I put images in my signature? > All I can do is write text. need image tags, and almost certainly need to include the image in the sig file. Quote: > And how do I minimize WLM to the system tray and let it work in the > background? Notification Area, and select the option to "Hide window when inbox is minimized". The next time you use the "-" minimize button in the upper right corner of the WLM window, WLM will run minimized, and the icon will only be in the Notification Area. BTW, this is the *proper* way to do it, not the *IM* way (which is to minimize to the Notification Area on "X" close; that *should*, properly, *CLOSE* the application. That is what "close" means! -- Norman ~Oh Lord, why have you come ~To Konnyu, with the Lion and the Drum |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Images in my signature & Minimize to system tray "N. Miller" <anonymous@xxxxxx> wrote in message news:135fnomo886jj.dlg@xxxxxx Quote: > On Wed, 26 Dec 2007 04:18:00 -0800, Ohad Alush wrote: > Quote: >> How do I put images in my signature? >> All I can do is write text. > I don't use HTML signatures, so I don't have a ready answer. You probably > need image tags, and almost certainly need to include the image in the sig > file. > Quote: >> And how do I minimize WLM to the system tray and let it work in the >> background? > The next time that you open WLM, right click on the envelope icon in the > Notification Area, and select the option to "Hide window when inbox is > minimized". The next time you use the "-" minimize button in the upper > right > corner of the WLM window, WLM will run minimized, and the icon will only > be > in the Notification Area. > > BTW, this is the *proper* way to do it, not the *IM* way (which is to > minimize to the Notification Area on "X" close; that *should*, properly, > *CLOSE* the application. That is what "close" means! > > -- > Norman > ~Oh Lord, why have you come > ~To Konnyu, with the Lion and the Drum A signature file is no different than any other HTML file. Images are referenced, but not actually in the HTML file. -- Ronald Sommer |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Images in my signature & Minimize to system tray Here's the HTML code you need. Just open Notepad and copy/paste it. <html> <head> </head> <body> <img src="PUT THE PATH TO YOUR IMAGE HERE!"> </body> </html> Plug in the path to your image, save it as an HTML file and you're ready to go. Then click on Tools/Options/Signatures. When that dialog box opens, select if you want it to be added to ALL outgoing e-mails or the other option, to not include the signature on replies and forwards, however you want to do it. Click on NEW and then on Rename to rename it if you so desire. Then at the bottom, click the "File" radio button and then Browse to the HTML file you just saved and select it. Then click on Apply then OK and open a new e-mail message. Put in the recipients e-mail address, type in a subject. If you have selected to add your signature to ALL outgoing e-mails, the signature will already be there. If you did not check that option, with the cursor in the message text area, click on Insert (this is on the toolbar at the top) then click on Signature and if you only have the one signature, it will be added to your e-mail. If you have any problems or questions, just ask. -- ©LarryEº "Ron Sommer" <rsommer@xxxxxx> wrote in message news:eoe5RI$RIHA.5404@xxxxxx "N. Miller" <anonymous@xxxxxx> wrote in message news:135fnomo886jj.dlg@xxxxxx Quote: > On Wed, 26 Dec 2007 04:18:00 -0800, Ohad Alush wrote: > Quote: >> How do I put images in my signature? >> All I can do is write text. > I don't use HTML signatures, so I don't have a ready answer. You probably > need image tags, and almost certainly need to include the image in the sig > file. > Quote: >> And how do I minimize WLM to the system tray and let it work in the >> background? > The next time that you open WLM, right click on the envelope icon in the > Notification Area, and select the option to "Hide window when inbox is > minimized". The next time you use the "-" minimize button in the upper > right > corner of the WLM window, WLM will run minimized, and the icon will only > be > in the Notification Area. > > BTW, this is the *proper* way to do it, not the *IM* way (which is to > minimize to the Notification Area on "X" close; that *should*, properly, > *CLOSE* the application. That is what "close" means! > > -- > Norman > ~Oh Lord, why have you come > ~To Konnyu, with the Lion and the Drum A signature file is no different than any other HTML file. Images are referenced, but not actually in the HTML file. -- Ronald Sommer |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Images in my signature & Minimize to system tray On Wed, 26 Dec 2007 13:03:55 -0600, Ron Sommer wrote: Quote: > A signature file is no different than any other HTML file. Images are > referenced, but not actually in the HTML file. you are referencing a server source for the image. Many email clients block calls to remote servers. -- Norman ~Oh Lord, why have you come ~To Konnyu, with the Lion and the Drum |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Images in my signature & Minimize to system tray "N. Miller" <anonymous@xxxxxx> wrote in message news:no5cwz60u3hq.dlg@xxxxxx Quote: > On Wed, 26 Dec 2007 13:03:55 -0600, Ron Sommer wrote: > Quote: >> A signature file is no different than any other HTML file. Images are >> referenced, but not actually in the HTML file. > Well, yes, but, the image *should* be a part of the message sent, > otherwise > you are referencing a server source for the image. Many email clients > block > calls to remote servers. > It would have been clearer if you had written "include the image with the sig file" instead of "include the image in the sig file". -- Ronald Sommer |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Images in my signature & Minimize to system tray Thank you all, you were very helpful! You are the best! |
My System Specs![]() |
| | #9 (permalink) |
| | Re: Images in my signature & Minimize to system tray Glad we could help. -- ©LarryEº "Ohad Alush" <OhadAlush@xxxxxx> wrote in message news:F5C3FED0-5E9F-4F65-AF53-60E3F7ED40CD@xxxxxx Thank you all, you were very helpful! You are the best! |
My System Specs![]() |
| | #10 (permalink) |
| | Re: Images in my signature & Minimize to system tray "©LarryEº" wrote: Quote: > Here's the HTML code you need. Just open Notepad and copy/paste it. > > <html> > <head> > > </head> > > <body> > > <img src="PUT THE PATH TO YOUR IMAGE HERE!"> > > </body> > </html> > > Plug in the path to your image, save it as an HTML file and you're ready to > go. Then click on Tools/Options/Signatures. When that dialog box opens, > select if you want it to be added to ALL outgoing e-mails or the other > option, to not include the signature on replies and forwards, however you > want to do it. Click on NEW and then on Rename to rename it if you so > desire. Then at the bottom, click the "File" radio button and then Browse > to the HTML file you just saved and select it. Then click on Apply then OK > and open a new e-mail message. Put in the recipients e-mail address, type > in a subject. If you have selected to add your signature to ALL outgoing > e-mails, the signature will already be there. If you did not check that > option, with the cursor in the message text area, click on Insert (this is > on the toolbar at the top) then click on Signature and if you only have the > one signature, it will be added to your e-mail. > > If you have any problems or questions, just ask. > -- Quote: > LarryE > > "Ron Sommer" <rsommer@xxxxxx> wrote in message > news:eoe5RI$RIHA.5404@xxxxxx > > > "N. Miller" <anonymous@xxxxxx> wrote in message > news:135fnomo886jj.dlg@xxxxxx Quote: > > On Wed, 26 Dec 2007 04:18:00 -0800, Ohad Alush wrote: > > Quote: > >> How do I put images in my signature? > >> All I can do is write text. > > I don't use HTML signatures, so I don't have a ready answer. You probably > > need image tags, and almost certainly need to include the image in the sig > > file. > > Quote: > >> And how do I minimize WLM to the system tray and let it work in the > >> background? > > The next time that you open WLM, right click on the envelope icon in the > > Notification Area, and select the option to "Hide window when inbox is > > minimized". The next time you use the "-" minimize button in the upper > > right > > corner of the WLM window, WLM will run minimized, and the icon will only > > be > > in the Notification Area. > > > > BTW, this is the *proper* way to do it, not the *IM* way (which is to > > minimize to the Notification Area on "X" close; that *should*, properly, > > *CLOSE* the application. That is what "close" means! > > > > -- > > Norman > > ~Oh Lord, why have you come > > ~To Konnyu, with the Lion and the Drum > A HTML signature file needs to be less than 4 Kb. > A signature file is no different than any other HTML file. Images are > referenced, but not actually in the HTML file. > > -- > Ronald Sommer > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| how to minimize the windows mail to system tray box? | Vista mail | |||
| Minimize to system tray at start-up | Live Mail | |||
| Minimize WMP11 to System Tray | Software | |||
| Minimize to System Tray | Vista mail | |||
| minimize Windows Mail to system tray! | Vista mail | |||