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> +44 (0) ??????????<br />
<b>Tel:</b> +44 (0) ????????????<br />
<b>Email:</b> ?????????<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
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> +44 (0) ??????????<br />
<b>Tel:</b> +44 (0) ????????????<br />
<b>Email:</b> ?????????<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