Link to home
Start Free TrialLog in
Avatar of davidvanrensburg
davidvanrensburg

asked on

outlook 2007 stationary before signiture

hi,
I have created a html stationary file that works well with an image etc. In outlook 2007 it works fine. I then have a signiture with all my contact details.
When i create a new mail it puts the signiture before the image from the stationary html.
Problem is in outlook 2007 the stationary is before the signiture. i want it the other way around.
I thought of just puting the signiture into the html stationary, but then when i reply to someone it oviously wont put my contact details into the reply.
Is there a registry setting or something that emables you to have signiture before stationary or sometihgn like that? any suggestions would be great.
SOLUTION
Avatar of David Lee
David Lee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of davidvanrensburg
davidvanrensburg

ASKER

<html>

<br> <br>
<img src=untitled.jpg>
<br>
This Email may contain confidential and/or privileged information. If you are not the intended recipient
(or have received this Email in error) please notify the sender immediately and destroy this Email.
Any unauthorised copying, disclosure or distribution of the material in this Email is strictly forbidden.


</html>

Try this.
<html>
  <head>
  </head>
  <body>
    <br> <br>
    <img src=untitled.jpg>
    <br>
    This Email may contain confidential and/or privileged information. If you are not the intended recipient
    (or have received this Email in error) please notify the sender immediately and destroy this Email.
    Any unauthorised copying, disclosure or distribution of the material in this Email is strictly forbidden.
  </body>
</html>

Open in new window

tried that
signiture is still below the untitled.jpg image.
its very strange.
on the other machine running outlook 2003 its fine
It's fine on my computer too and I'm running Outlook 2007.  There's either something wrong with Outlook or with the signature.  Outlook always creates the message using the stationery first and then applies the signature.  
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You're welcome.