G
George Luiz Bittencourt
Hi,
I created a stationery for Outlook 2007 to set an wallpaper as my e-mail
background. This stationery is an HTM file defined as below. Now Outlook is
showing the wallpaper, but it is repeating the image. I want that the image
appears only once at the top.
I am using the *background-repeat: no-repeat* CSS tag, but it is not working.
Does anyone know if this tag works with Outlook 2007?
Thanks!
-George
<html>
<head>
<style type="text/css">
body
{
background-repeat: no-repeat;
background-position: top-left;
background-attachment: fixed;
background-image: url(http://www.integral.inf.br/img/logo_integral.gif);
}
</style>
</head>
</html>
I created a stationery for Outlook 2007 to set an wallpaper as my e-mail
background. This stationery is an HTM file defined as below. Now Outlook is
showing the wallpaper, but it is repeating the image. I want that the image
appears only once at the top.
I am using the *background-repeat: no-repeat* CSS tag, but it is not working.
Does anyone know if this tag works with Outlook 2007?
Thanks!
-George
<html>
<head>
<style type="text/css">
body
{
background-repeat: no-repeat;
background-position: top-left;
background-attachment: fixed;
background-image: url(http://www.integral.inf.br/img/logo_integral.gif);
}
</style>
</head>
</html>