Odd Outlook 2003 signature problem - not picking up the formatting

  • Thread starter Thread starter Trent C
  • Start date Start date
T

Trent C

Hi there,

Running a fresh installation of Windows XP SP3 with Outlook 2003 SP3 and all
the usual trimmings.

I've created an html signature file which works absolutely fine with emails
that I create, but when I reply to someone else's email, type my message and
add the signature, it appears on the email without any text formatting
(font, colour and size), which is confusing me greatly. I'm sure it's
something very obvious, but for the life of me I can't work out what I'm not
doing.

Can anyone suggest a workaround for this? I know it used to work fine, as I
had this running without any problems on the previous installation. If it's
relevant, I've appended the html code below.

Many thanks in advance.

Trent


----------




<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
</head>
<style type="text/css">
<!--
..sigfont {
font-family: "Gill Sans MT";
font-size: 10px;
color: #00F;
}
-->
</style>
</head>
<body>
<p class="sigfont">Regards,</p>
<p class="sigfont">blah<br />
blah<br />
<a href="mailto:[email protected]">[email protected]</a><br />
<a href="http://www.blah.com">www.blah.com</a><br />
01923 123 456</p>
<p><span class="sigfont">
<!--
Skype 'My status' button
http://www.skype.com/go/skypebuttons
-->
<script type="text/javascript"
src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
<a href="skype:blah?call"><img
src="http://mystatus.skype.com/smallclassic/blah" style="border: none;"
width="114" height="20" alt="My status" /></a> <br />
</span> </p>
</body>
</html>
 
If the format of the original message was plain text, your reply will also be
plain text, no formatting.
 
Back
Top