Company logo repeting with Word editor

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
 
W

Wagner

No, it didn't work.
Logo is still repeting when Word is enable as email editor, even using that sample.
 

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