Outlook 2003 - Stationery - Center background image does not work ?

R

R. Beekman

Does anybody know how to let stationery display an image
only once centered in the screen?

I have a self made stationery where a background image is
displayed centered (see below). In Outlook 2000 this
works well, but in Outlook 2003 the image is repeated.

Any suggestions welcome! Thanks in advance for your reply!

<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252">
<STYLE>
<!--
BODY{
margin-top:25px;
margin-left:25px;
background-image: url(myBkGrnd.gif);
background-position:center center;
background-repeat:no-repeat;
background-color:#FFFFFF;
color:#000000;
font-weight:normal;
font-size:10pt;
font-family:Verdana;
}
-->
</style>
</HEAD>
<BODY>
<p>The image 'myBkGrnd.gif' should be displayed only
once: centered in the screen</P>
</BODY>
</HTML>
 

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