background-repeat: no-repeat;

J

Jermund

Hi, I`ve try to make my own background by using a .jpg
file. The problem is that the window are filled up with
this picture, and I have no possibiliy to control this.
It looks Ok when i opening the file in the HTM editor but
when I try to make a new e-mail the filling happends

I have also tryed this Htm code:

<HTML>
<HEAD>
<STYLE>
<BODY>
font-family: Verdana;
font-size: 10pt;
color: 000000;
margin-left: 25 px;
margin-top: 75 px;
background-position: top right;
background-repeat: no-repeat;
</STYLE>
</HEAD>
<BODY background="faxlogo-grå-stor-W.jpg">
</BODY>
</HTML>

Is this a bug or?

KR
Jermund
 
N

neo [mvp outlook]

I vote for "?". From memory, this should work.

<HTML>
<HEAD>
<STYLE type = "text/css">
BODY { font-family: Verdana;
font-size: 10pt;
color: 000000;
margin-left: 25 px;
margin-top: 75 px;
background-position: top right;
background-repeat: no-repeat;
}
</STYLE>
</HEAD>
<BODY background="faxlogo-grå-stor-W.jpg">
</BODY>
</HTML>

--
Neo [MVP Outlook]
Due to the Swen virus, all e-mails sent to this account will be deleted
w/out reading.


Hi, I`ve try to make my own background by using a .jpg
file. The problem is that the window are filled up with
this picture, and I have no possibiliy to control this.
It looks Ok when i opening the file in the HTM editor but
when I try to make a new e-mail the filling happends

I have also tryed this Htm code:

<HTML>
<HEAD>
<STYLE>
<BODY>
font-family: Verdana;
font-size: 10pt;
color: 000000;
margin-left: 25 px;
margin-top: 75 px;
background-position: top right;
background-repeat: no-repeat;
</STYLE>
</HEAD>
<BODY background="faxlogo-grå-stor-W.jpg">
</BODY>
</HTML>

Is this a bug or?

KR
Jermund
 

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