Signature Card

C

Charles

I am using the following code in Outlook Express to introduce a graphic signature card which moves down as text is added
<HTML>
<HEAD>
<STYLE>
BODY {
BACKGROUND-POSITION: left top; MARGIN-TOP: 50px; FONT-SIZE: 12pt; MARGIN-LEFT: 50px; COLOR: #000000; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial
}
</STYLE>
</HEAD>
&nbsp;
<img src="File://C:\Program Files\Common Files\Microsoft Shared\Stationery\bizcard.jpg">
</BODY>
</HTML>


The same code used in Outlook places the cursor Below the signature card instead of above. Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top