Thunderbird HTML signature

Associate
Joined
31 Jan 2007
Posts
1,860
Hi

I just made a signature html file which I set as my signature for Thunderbird.

The code is:

<html>
<head>
<style>
body
{
font-family: arial, sans-serif;
color: black;
border: 0px;
}
</style>
</head>
<body>
<b>Neil</b>
<br /><br />
<b>Mob:</b>&nbsp;&nbsp;&nbsp;+44 (0) ??????????<br />
<b>Tel:</b>&nbsp;&nbsp;&nbsp;+44 (0) ????????????<br />
<b>Email:</b>&nbsp;&nbsp;&nbsp;?????????<br />
<a href="http://www.facebook.com/?????????"><img src="http://www.???.co.uk/icons/facebook_32.png" /></a>
<a href="http://www.twitter.com/??????"><img src="http://www.???????.co.uk/icons/twitter_32.png" /></a>
<a href="callto://?????"><img src="http://www.????????.co.uk/icons/skype_32.png" /></a>
<a href="http://uk.linkedin.com?????????"><img src="http://www.????????????.co.uk/icons/linkedin_32.png" /></a>
</body>
</html>


However, some of the CSS is not being applied. The text is arial but I'm guessing that's cos the default font in thunderbird is arial.

The other styles are not being applied.

Can anyone help me why the styles are not being applied as they work fine in a browser?


Neil
 
Excellent, inLine CSS seems to work. The code is extremely messy but it works. I had to add style="font-family: arial, sans-serif; color: black;" for every line of text in the signature so it's not very nice code but it does the job I suppose.

Thanks
 
Back
Top Bottom