Stationery Picker Wallpaper

I

ILoveMyCorgi

In stationery picker, I created a new stationery name, then selected a
picture from a gif or a jpg which is one image. When I send email I get the
image duplicated across my entire email. How do I display my sole image and
is there a way I can select the placement of the image?
 
N

neo [mvp outlook]

You have to use an inline style sheet to control how the background graphic
is displayed. Here is a rough example of what the html stationery file
might look like.

<html>
<head>
<style type="text/css">
<!--
body { background-attachment: fixed ;
background-color: "#FFFFFF" ;
background-repeat: no-repeat ;
color: "#000000" ;
font-family: "Verdana", "Arial", "sans serif" ;
font-size: 10pt ;
font-weight: normal ;
margin: 10px 10px 20px 200px
}
-->
</style>
<title></title>
</head>
<BODY BACKGROUND="the_graphic.jpg">
<div>&nbsp;</div>
</body>
</html>


For what its worth, your mileage may vary depending on what version of
Microsoft Outlook you are using. I do know the above works thru Microsoft
Outlook 2003 with Word turned off as the e-mail editor.
 

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