Outlook - Stationery

G

Guest

I am trying to insert a new stationery into Outlook as a background to use
when composing new messages. Each time I insert it, it appears in the tiled
effect. Is there any way to change it so the image only appears in the
message once.

Ta
JP
 
N

neo [mvp outlook]

Hi Joanne,

You have to use in inline style sheet. (Example below my name) This inline
style sheet can also control what font, font size, background colour, text
colour, and margins will be used.

/neo

E.g. (This goes between the <head></head> tags)

<style type="text/css">

<!--
body { background-attachment: fixed ;
background-repeat: no-repeat ;
}
-->

</style>
 
G

Guest

Im still struggling,

for some reason outlook2003 will not play fair

am I doing something wrong?
The logo still tiles- I want it centred, it works as a HTML but as soon as I
use it in outlook it tiles

<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>



<STYLE TYPE="text/css">
<!--
BODY {background-image: url(logo2nd.gif);

background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 3%;}
-->
</STYLE>


</head>

</html>
 
G

Guest

I tried this and couldn't get it to work. Must be doing something wrong.
I'm sure the formating here isn't helping. How do I get my stationery to
stop tiling?
 

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