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>
<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?
<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>
<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?