| Sales: 866.586.3755 | | Request a Demo | Client Login | ||
Are your links appearing twice as thick as they should be in Hotmail when using Firefox? This is a result of using the style definition of “text-decoration:underline” in combination with a <u> around linked text.
The solution is to remove the <u> and rely only on the style definition to underline the link.
<a href="link.htm" style="text-decoration:underline">Text</a>