Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up a personal signature 3

Status
Not open for further replies.

BarTex

Instructor
Aug 17, 2004
2
US
I'm trying to set up a personal signature in Notes 5.0 by using Tools/Preferences/Signature/HTML file. I've created a 4-line signature and saved it in Word as an HTML file. The problem is, it always appears double-spaced in Notes. I wanted to use one font for the first line and another font for the next three. When that didn't work, I tried using one font, one size for all four lines. Whatever I do, it's still double-spaced in Notes. What am I doing wrong?
 
Paste (and edit to suit your needs) the following into a text editor such as Notepad. Save as an HTM file (for example signature.htm) It results in line one's font being Arail and its size being slightly lagerer than the next 3, which are Courier:
Code:
<html>
<body>
<font size =4 face = "Arial">
Line number one</font><br>
<font face= "Courier" size = 3>
Second entry<br>
Third line<br>
Fourth line asdf<br><font>
</body>

</html>



Mike
 
Mike

Am I correct in thinking that it would be possible to create a button to add this signature when required ?

We are now running 6.5 and it seems that we now either have the signature all the time (ie both for Notes mail and for external mail) or have to add it manually. I seem to remember that in Notes 4, it ws there for external mail but not there for Notes mail.

Steve
 
datalore,
Thanks for supplying that link. A
star.gif
for you from me too. I was able to combine the two methods and ended up using:

@NewLine;
@NewLine;
@NewLine;

@Command([FileImport]; "HTML file"; "c:\\signature.htm")


Mike
 
Thanks a million - I hope to learn as much as I can advise!

Cheers lads,

Datalore
 
I successfully created my signature and the toolbar button to go with it; however, the signature always appears at the bottom of the email (could be several messages down). How can I make it appear at the cursor?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top