C
Charles
Hi group, I use the following code to create stationery that has a signature
graphic that move down as text is added. When I try the same in Outlook the
cursor appears below the graphic. Any suggestions as to how to make it work
as in OE?
<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\signature card9.jpg">
</BODY>
</HTML>
graphic that move down as text is added. When I try the same in Outlook the
cursor appears below the graphic. Any suggestions as to how to make it work
as in OE?
<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\signature card9.jpg">
</BODY>
</HTML>