Help with email sig code

Associate
Joined
20 Oct 2005
Posts
112
Hi, I'm in the process of making a corporate email signature but I'm having difficulty styling links.

Here's the area causing trouble

Code:
<p><a href="http://www.website1.com" title="website1" style="color: #7b6a5d; font-size: 13px">www.website1.com</a>&nbsp;|&nbsp;
<a href="http://www.website2.com" title="website2" style="color: #7b6a5d; font-size: 13px">www.website2.com</a>&nbsp;|&nbsp;
<a href="http://www.website3.com/en/urbex" title="website3" style="color: #7b6a5d; font-size: 13px">website3</a></p>

It looks as I want in a browser but when attached as a signature in Outlook the font becomes a size bigger and ruins the look of it all. This seems to happen on any text that is part of a link and I've tried using both inline styling and a <font> tag.

Is this a known problem with Outlook? Do you have any recommendations?

Thanks
 
It seems to be fixed if I remove the <p> tags and just have the links within a <div>. Is that a particularly bad thing to do? Seems strange not have the text within a tag.
 
Back
Top Bottom