This commands sends me to MSN Passport Login

L

Lazlo

I don't want to go there. I want email editor to pop and send the email
without using hotmail. Do I have a setting wrong somewhere?
<a href="mailto:[email protected]" "><font size="2" color="#FF0000">
 
T

Trevor L.

Lazlo said:
I don't want to go there. I want email editor to pop and send the
email without using hotmail. Do I have a setting wrong somewhere?
<a href="mailto:[email protected]" "><font size="2" color="#FF0000">

There appears to be some extraneous code there.

In IE6, this works for me:
<a href="mailto:[email protected]"> send Email</a>
That is, it opens my Email program (Outlook Express)
 
A

Andrew Murray

You're missing half of the "anchor" tag. Try:

<a href="mailto:[email protected]">Click to Email"</a>

That's all you need. Get rid of the second double-quote in the <a href>
(probably just typo) and get rid of the font tag.
 
L

Lazlo

I changed the tag and it still sent me to hotmail. I found the problem. It
was in the IE settings under programs. One of my kids changed the email
program to hotmail. I changed it back to outlook and now everything is
working as I expected again.
 
Top