HTML email link doesn't work

I’ve done this a million times…Now it doesn’t work. I get this message:

"Safari can’t open “mailto:joe.smith@blahblah.com” because Mac OS X doesn’t recognize Internet addresses starting with “mailto:”.

It also doesn’t work in Firefox or IE. Below is my code:

<A style=“COLOR:#0099ffhref="mailto:joe.smith@blahblah.com"><FONT color=#0099ff><B>joe.smith@blahblah.com</B></FONT></A>

What am I doing wrong, please? Thank you very much whoever solves this problem.

FYI: I am using a real email address, I just replaced it with “blahblah” here…:slight_smile:

Presumably you don’t have an email program configured on the computer for it to use as mailto: links always use the specified email program if there is one andfail if there isn’t one.

Thank you