W
Wagner
Hello everybody.
I am using the following code to set a html file as backgroung.
<HTML>
<HEAD>
<STYLE>
BODY {
BACKGROUND-POSITION: left top; MARGIN-TOP: 125px; FONT-SIZE: 10pt; MARGIN-LEFT: 50px; COLOR: #000000; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial
}
</STYLE>
</HEAD>
<BODY BACKGROUND="logo1.jpg">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>
</BODY>
</HTML>
It has been working fine. The problem is when I change to Word as email editor, the logo image (in this case logo1.jpg) is displayed a lot of times, repeting side by side.
Is my code wrong ? Is there a way to have html background and Word as email editor, working together ?
Thank you.
All the best,
Wagner
I am using the following code to set a html file as backgroung.
<HTML>
<HEAD>
<STYLE>
BODY {
BACKGROUND-POSITION: left top; MARGIN-TOP: 125px; FONT-SIZE: 10pt; MARGIN-LEFT: 50px; COLOR: #000000; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial
}
</STYLE>
</HEAD>
<BODY BACKGROUND="logo1.jpg">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>
</BODY>
</HTML>
It has been working fine. The problem is when I change to Word as email editor, the logo image (in this case logo1.jpg) is displayed a lot of times, repeting side by side.
Is my code wrong ? Is there a way to have html background and Word as email editor, working together ?
Thank you.
All the best,
Wagner