Tim Gould Wrote:I think the cascading of stylesheets might be overriding things for various special cases.
In what way? I purposely set it up so that links outside the message were unaffected since there are a lot of links in the template and making them all turn a different color was visually jarring (to me).
Tim Gould Wrote:I've developed a fondness for using dotted underlines for links (which will also show up on an underlined link, as much as those shouldn't really be used).
Basically you just set the font to have no underline, and add a border-bottom: dotted 1px; to the CSS for a links
I like that. I'll alter the CSS.