//flex table opened by JP

Click to See Complete Forum and Search --> : Outlook Express Auto signature


sag
04-22-2004, 07:23 PM
Is it possible to setup an automatic signature with more than one font size and type.
When I type a signature block that I want to always appear at the bottom of my OE email...OE makes all the text the same type face, font and size.
I would prefer something like the following:

Name (in bold type and 12pt size)
Title (in Italics and 12pt size)

Telephone number (in regular typeface and 8pt size)

Any ideas?
SAG

Strawbs
04-22-2004, 07:33 PM
type your sig in word and save, in OE options check the "File" radio button and "Browse" to your saved sig.

:t

Steve R Jones
04-22-2004, 07:43 PM
You can do all sorts of signatures in txt or html format. Create it and place it here:

C:\Documents and Settings\YOURUSERNAME\Application Data\Microsoft\Signatures

Then go into OE->Tools->signatures...

Direct1
04-22-2004, 07:54 PM
...and if you're not familiar with HTML... You can use this (just change it with your info...

<html>
<head>
<title></title>
</head>
<body>
<FONT SIZE=4><b>Name is</b><br>
<i>Title is</i></FONT><br>
<FONT SIZE=2>(555) 555-5555</FONT>
</body>
</html>

Name it sig.htm or whatever.htm.

You can add colors, sizes, and different font types by doing this...

<font size=5 color=blue face=arial>put your info here</font>

Good luck! :D

sag
04-24-2004, 12:08 AM
Thanks for the tips...
Html worked great.
SAG