Outlook 2007 Stationery

  • Thread starter George Luiz Bittencourt
  • Start date
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>
 
R

Roady [MVP]

That tag is not supported in Outlook 2007.
You could try setting it as a table background though.
 
D

Dave

Any Luck on getting this working. I am also trying to include a background
image with no-repeat and this is not working.
 

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