No-repeat of background in Stationary

  • Thread starter Thread starter Deon
  • Start date Start date
D

Deon

Hi there,

Outlook 2003

I have created my own Stationary with an image in it. This image must be
the background, is portrai and 200px wide and 400px long.

In normal HTML this causes the image not to repeat:

<style type="text/css">
<!--
body {
margin-left: 210px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url
(http://www.sincro.co.za/images/space_money.jpg);
background-repeat: no-repeat;
}
-->
</style>


BUT, when using the same file in Outlook, the image repeats. Is there
any other solution than to widen the image with white to the right in
order to make it wide anough not to be repeated?
 
I have the same problem. If you look at all of the stationary that microsoft
includes it all repeats, in both directions. I made my image 2000pxl wide and
4000pxl tall. The files size is about 23k. If anyone knows of a solution to
stop the background image from repeating please reply

thanks
Cliff
 
Back
Top