Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1923 Location: Stoevring, Denmark
|
| Posted: Tue Nov 14, 2006 7:09 pm Post subject: Outlook Stationery templates |
|
|
Cockpit -> Actions menu -> General Outlook Settings -> Outlook Stationery:
| Code: | <div style="position:absolute;top:0;width:100%;text-align:right;font-family:Verdana;font-size:9;color:#000000">
This message is private and confidential. If you have received this message in error, please notify us and remove it from your system.
</div> |
| Code: | <head>
<!-- Not included in printing -->
<STYLE type="text/css">
BODY {
background: #ffffff
url("http://www.emailsignature.eu/phpBB2/templates/subSilver/images/logo_phpBB.gif");
background-position: right center;
background-repeat: no-repeat;
}
</STYLE>
</head> |
Or position your graphic on x, y:
| Code: | <head>
<!-- Not included in printing -->
<STYLE type="text/css">
BODY {
background: #ffffff
url("http://www.emailsignature.eu/phpBB2/templates/subSilver/images/logo_phpBB.gif");
background-position: 50px 50px;
background-repeat: no-repeat;
}
</STYLE>
</head> |
This is the standard code included in eMailSignature:
| Code: | | <body background=http://www.officeaddon.com/images/env.jpg> |
|
|