I created stationary for Outlook. It works great, but when I just tab to the body of the message and start typing my header moves with the cursor. If I just click in the body, I can click in a spot that does not move the header.
Here is my html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Serpa Packaging Solutions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE><!-- body { font-family: Arial, Helvetica; font-size: 12pt; color: #ff6633; margin-top: 100px; margin-left: 10px; } --></STYLE>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<IMG style="MARGIN-TOP: -115px; MARGIN-LEFT: -10px" src="SerpaHeader.jpg">
<span id="_AthCaret"></span>
<p> </p>
<p> </p>
<p><IMG style="MARGIN-LEFT: -10px" src="SerpaFooter2.jpg" width="725" height="47"></p>
</body>
</html>
Any help is appreciated.
Here is my html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Serpa Packaging Solutions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE><!-- body { font-family: Arial, Helvetica; font-size: 12pt; color: #ff6633; margin-top: 100px; margin-left: 10px; } --></STYLE>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<IMG style="MARGIN-TOP: -115px; MARGIN-LEFT: -10px" src="SerpaHeader.jpg">
<span id="_AthCaret"></span>
<p> </p>
<p> </p>
<p><IMG style="MARGIN-LEFT: -10px" src="SerpaFooter2.jpg" width="725" height="47"></p>
</body>
</html>
Any help is appreciated.