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?
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?