| View previous topic :: View next topic |
| Author |
Message |
mkomen Just popping in
Joined: 04 Oct 2007 Posts: 4
|
| Posted: Tue Jun 10, 2008 2:05 pm Post subject: Using background images |
|
|
Can an image be added as a HTML background as part of the signature instead of using stationery? I would like to do this so that we do not have to put the image on a web server. I was told that images on stationery cannot be embedded file links only web links. Also, you can only have one stationery for the organization.
Any code samples would be appreciated.
Regards,
Mark |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Tue Jun 10, 2008 2:49 pm Post subject: Using background images |
|
|
Background images cannot be recommended as they are no longer supported in Outlook 2007.
Maybe you can embed images as stationary, but if you require different images in your organization, this cannot be done.
Please try and describe what you want to achieve with your image? _________________ </Jesper> | Test Email Signature | Showcase | 
Last edited by Jesper Frier on Wed Jun 11, 2008 5:12 am; edited 1 time in total |
|
| Back to top |
|
 |
mkomen Just popping in
Joined: 04 Oct 2007 Posts: 4
|
| Posted: Tue Jun 10, 2008 4:27 pm Post subject: |
|
|
| we have a corporate logo that we want as a 'watermark' for our email. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Jun 11, 2008 5:17 am Post subject: |
|
|
Do you need more than one logo for your organization? _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
mkomen Just popping in
Joined: 04 Oct 2007 Posts: 4
|
| Posted: Wed Jun 11, 2008 10:27 am Post subject: |
|
|
| no. one logo will be enough. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Jun 11, 2008 10:55 am Post subject: Stationery |
|
|
Please try with stationery and test in Outlook 2007.
Actions -> General Outlook Settings -> Stationery
Example with logo in top right position:
| Code: | <head>
<!-- Not included in printing -->
<STYLE type="text/css">
BODY {
background: #ffffff
url("http://www.emailsignature.eu/phpBB2/images/OfficeAddOn234x60v3AniSMall.gif");
background-position: right top;
background-repeat: no-repeat;
}
</STYLE>
</head> |
I have had no request for embedded stationery before. If you need if, please try and implement below HTML in CSS, and then add your logo as embedded image in your Cockpit:
| Code: | | <img src="OfficeAddOn234x60v3AniSMall.gif" alt="Logo" width="234" height="60"> |
_________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
|