Have you noticed that some email addresses listed on websites automatically open the email client with a ready subject line?
Want to know how to do that too? It's really easy and someone asked me how to do this today so I thought I'd go ahead and post the info here for anyone else who might find it useful:
Simply use the following code (substituting your own email address and subject line of course

)
|
Code:
|
<a href=mailto:myemail@mywebsite.com?subject=My Subject Line>myemail@mywebsite.com</a> |
Once this line is embedded in your webpage your visitors will only see
myemail@mywebsite.com and it will be hyperlinked. When they click it, their email client (Outlook, Windows Live Mail, Thunderbird, etc.) will pop up ready to go with whatever subject line you've provided! (Sorry I can't show you a working model here on the boards, the text editor doesn't like my extraneous HTML, but give it a try on your own site, it works!)
Voila!