OK - slightly different approach if you want to create a signature:
First, create your signature file as an HTML document. Copy the following and paste it into Notepad, change the URLs and the text links to the ones you want to use, then save it as a .htm file (call it, say,
Sig.htm):
Code:
<html>
<head>
<title></title>
</head>
<body>
<a href="http://www.google.co.uk">Google</a><br>
<a href="http://www.biorust.com">BioRUST</a><br>
</body>
</html>
In Outlook Express, select
Tools >
Options then click the
Signatures tab.
Click
New to create a new signature.
Under
Edit Signature, Select
File and then browse to wherever you saved
Sig.htm
If you want to add this signature automatically to all your new messages, check the box marked
Add signatures to all outgoing messages
If not, leave the box unchecked - you can always add your signature at the time of writing a new message by selecting
Insert >
Signature.
You can add more advanced HTML code to prettify your signature if you want, but this should get you up and running, at least.