PDA

View Full Version : Outlook Express Signatures


Janet
07-26-2003, 09:37 AM
How do you set up a signature in Outlook Express with a picture attached? :confused:

Jim
07-26-2003, 09:55 AM
Didn't we do that a few days ago? :confused:

Janet
07-26-2003, 10:05 AM
Didn't we do that a few days ago? :confused:

no... that was in Outlook... Outlook Express is different :sad:

TownBear
07-26-2003, 10:32 AM
As far as I know (& I've TRIED).. since about ver. 6, you can no longer use an image in signatures.

I've even tried attaching the image in an .html file which is how I used to set it up.. doesn't work.

Alex
07-26-2003, 10:35 AM
I hate HTML email... lol

My email client converts it to plain text.

TownBear
07-26-2003, 10:40 AM
I hate HTML email... lolwhy? you can send/receive way kewler emails :p

Peter
07-26-2003, 10:43 AM
*Inserting Signatures into Emails*

This is the method I use to insert an animated signature or doll into Outlook Express emails:
Whilst it is a bit fiddly I will admit; it has the advantage that
once your signature(s) are installed in OE, a simple click will insert your sig every time:
or if you only have one you want to use all the time, you can make it the default sig,
and it will be added automatically to your emails for you.
Just check the box that says"Add signatures to all outgoing messages"
~
Open your sig on your computer hard drive: Copy the URL "Path" on your computer exactly:
Then insert it into some HTML code* (as given below).
You save it as a .html file: BUT as a txt document.
Open Outlook Express and click on Tools: Options: Signatures.
In the Signatures dialog box: click new: click on file: (not text) and then browse.
Go and find your .html file, make sure it is set as a txt document and click Open. Then click Apply.
Check that it works by opening a new message, and click on Insert, and then Signature.
If it says signature#1, click on it, and if all is well, your sig should appear in your message.
If so, go back to Tools, Options, Signature, click on signature #1 and click Rename.
Name it as you choose, then click Apply. Repeat process for however many sigs you want.
I have the HTML code saved in Notepad and have a folder on my computer called "Text documents"
where I save anything I have copied to Notepad.
I just add the path to my sig, and change the height and width as required whenever I add new sigs:
~
*HTML code required:
<html>
<head>
</head>
<body bgcolor="white">
<img src="Insert the full path to your animated signature here"
width="Insert image width" height="Insert Image height">
</body>
</html>
Image height and width can be found by right clicking on your sig and scrolling down to properties.
Click on Summary, and you find the height and width given in pixels.
Just add this to your code.
The path is found in the address bar when you click on your sig on your pc.
Copy and paste this where shown in red. Save the new doc in notepad as mysig.html.
~
Another method you can use which also works successfully is:
When you are sending a new email, make sure your cursor is in the main body of the message
and click on Insert on the tool bar of your new message.
Choose Picture, and browse to where your signatures are stored on your hard drive.
Double click on the one you want, (or click once on it and click open)
and your sig will appear in your message.
~
Tutorial written by
Jewels Web Graphics

I use one all the time in Outlook Express. I just found these instructions using Google but the instructions I used to do mine were found at One Humans site. :)

TownBear
07-26-2003, 10:48 AM
"You save it as a .html file: BUT as a txt document.
Open Outlook Express and click on Tools: Options: Signatures.
In the Signatures dialog box: click new: click on file: (not text) and then browse.
Go and find your .html file, make sure it is set as a txt document and click Open. Then click Apply. "



What? How do you set an .html file as a .txt? Or should that say 'save as a .txt' instead of 'set'?

That could be what I was missing in setting mine up...

Remedy
07-26-2003, 12:19 PM
I got this off of One Human's site ..long time ago..thanks again to him :)

change the "[ ]" to "<>" ;)

Adding an image to your Signature in Outlook Express

Some people wanted to know how to do this, so here it is.
.....
In Outlook Express, you can add an image to your Signature by doing the following.
Let's say you have an image on the web, and the URL (address) for that image is http://www.website.com/sample.jpg.
Open Notepad and create a simple HTML file by entering the following text:


[img src=http://www.website.com/sample.jpg]


Go to File, Save As. Name it 'Signature.html'. Where it says 'Save as type', click on the drop-down arrow and choose 'All Files'. For this example, we'll save it in the location 'My Documents'.
.....
Now, open Outlook Express. Go to Tools, Options, Signatures tab. Click the New button. At the bottom, put the dot beside 'File', and click the 'Browse' button. For 'Files of type' click on the drop-down arrow and choose 'HTML files'. Select the 'Signature.html' file that you created earlier, so now the path for 'File' should read 'C:\My Documents\Signature.html. You can check 'Add signature to all outgoing messages', or you can it add whenever you choose by clicking the 'Insert Signature' button when you are composing a new email message.
The email message must be composed in the 'Rich Text (HTML)' format. You can choose this each time you compose a new message under Format, or you can set it as the default format in Tools, Options, Send tab, and where it says 'Mail Sending Format' put a dot beside 'HTML', and click OK.
.....
If you have a web page (i.e. www.website.com), and you would like the image to be a clickable link that will take the person to your web page, then the HTML file would be as follows:


[img src=http://www.website.com/sample.jpg]



Part II

If you use your web browser to gain access to Hotmail you can also add an image to your Signature.
Once at Hotmail, click on 'Options' at the top. Under 'Additional Options' click on the 'Signature' link.
Using the example from above, if you just want to put an image in your Signature, then enter the following in the box: [img src=http://www.website.com/sample.jpg]
Or if you want the image to be a clickable link taking the person to a web page, enter the following:

[img src=http://www.website.com/sample.jpg]

Click OK.
Now, click on 'Compose' at the top. Make sure you put a check beside 'Rich Text Format'. You'll know when it's ready for Rich Text because you'll see a new toolbar at the top of the message area containing icons for Copy, Paste, etc. To add your Signature, simply click the 'Add Signature' link at the top right.

Alex
07-26-2003, 12:25 PM
Rem, HTML is disabled here. You can use <> ;)

<b>see, HTML entities are escaped.</b>

Remedy
07-26-2003, 12:29 PM
yes alex..but, I had it saved this way already, so a copy and paste for a lazy typer like me seemed the option to choose. If you want to edit it.. be my guest :D

Janet
07-26-2003, 05:00 PM
thanks guys! I'll give it a try when I get to work Monday! :D

Remedy
08-05-2003, 07:28 AM
thanks guys! I'll give it a try when I get to work Monday! :D
did you have success :confused: :wve2:

oh..that was a couple Mondays ago .. lol

Janet
08-05-2003, 07:34 AM
I haven't had time to try yet :rolleyes:

I will this week and report back!