PDA

View Full Version : Outlook Stationery


Maxflyer
17th Aug 2005, 07:45
I have been using Outlook Express for some time and when I send emails I have my own stationery - a simple logo at the top left hand. I also add a signature at the bottom. I have tried to do the same in Outlook, but when I create the stationery html file and begin a new email message, the whole page is covered with logos. I just can't figure out what I'm doing wrong.

Can anyone help?

Thanks in advance.

MF

Coconutty
17th Aug 2005, 10:29
Hi Max,

Sounds like you are just trying to set your image file as the page background and it is being tiled across all of the page.

What you need to do is set up an html page that contains your logo and set the whole page as the background - like this - I'll try and explain ...

Outlook Stationery is stored in C:/Program Files/Common Files/Microsoft Shared/Stationery.

I have prepared the following for you to see how it all works ..

Open a new text document ( In Notepad or Wordpad ) then copy & paste the following paragraph of html into it, then save it as Coconut.htm

<html><head><title id="ridTitle">Coconut</title> <style><!-- body { font-family: Arial, Helvetica; font-size: 12pt; font-style: bold; color: #ff6633; margin-top: 25px; margin-left: 25px; } --></style> </head> <body id="ridBody" background="Clear Day Bkgrd.jpg"><left><img id="ridImg" src=coconut.jpg align=bottom></left> <p></p> <b><SPAN id="_AthCaret"></SPAN></b> <p></p> </body> </html>

You would then be able to select this new stationery page from within Outlook by clicking Tools / Format / Mail Format tab / Stationery Picker, and scrolling down the list to "Coconut".
Click on this then click "OK" and "Apply".
All new messages would then start with this page of stationery.

( This won't work though unless you also have the Coconut.jpg image in your Stationery folder.
Right click the logo then copy and paste it to the Stationery Folder )

http://homepage.ntlworld.com/alan-lynn.meredith/coconut.jpg

By looking at the HTML you copied and pasted you can see that the actual background is made of an image called "Clear Day Bkgrd.jpg", and the Coconut logo is a separate image called Coconut.jpg which is positioned to the top left of the page. This has the effect that the light blue cloudy background ( Clear Day Bkgrd.jpg) is the image that is tiled down the page, and because it has no defined edges you don't really notice the effect - it appears as one continuous image ) - The Coconut logo stays where it is :D

If you put a copy of your own logo image into the Stationery folder, you can then change the above html - where it specifies Coconut.jpg - to your own logo file name.
You will also have to rename the part where it says
<title id="ridTitle">Coconut</title>
to <title id="ridTitle">My Logo</title> ( or choose your own name - this is how it will appear in the Stationery List within Outlook ).
Save the altered file as mylogo.htm or whatever you want and you will then be able to select My Logo as the default stationery from the Stationery Picker as above.

If you don't want the cloudy background, and would prefer a blank background, then change the html where it says background="Clear Day Bkgrd.jpg" to background="Blank Bkgrd.gif" - Note that it is only the background image that requires parentheses ( " " ) around it, not your logo file - The file Blank Bkgrd.gif should already be present in your Stationery folder ).

If you want to position your logo in the center of the page, or on the right, change the html where it says

<left><img id="ridImg" src=ppforumslogo.gif align=bottom></left>

to read

<center><img id="ridImg" src=ppforumslogo.gif align=bottom></center>

or

<right><img id="ridImg" src=ppforumslogo.gif align=bottom></right>

as required - don't forget to SAVE the file after making the changes.

Finally, in case you don't know how to open an html file to make changes ( double clicking on it opens the file in your Internet browser ) just open it and then from the file menu click "View" and "Source" - it will then open up in a text editor.

Sorry this is a bit long winded but hopefully it has explained exactly what to do and others may also get the benefit.

Coconutty
:ok:

Maxflyer
17th Aug 2005, 10:39
Coconutty - You are a top banana - sorry coconut.

I will do this later and all things being equal will have the problem solved.

Many thanks for your input.

MF

Coconutty
18th Aug 2005, 07:16
No worries my old fruit - let us know how you get on.

Coconutty

:ok: