Does someone have some simple code to do this for composer?
ca
Mouse over the text you want to be the link.
Click on the "Link" button
For the link type "mailto:som...@postoffice.net" (without the quotes)
You could also use:
mailto:som...@postoffice.net?Subject=This would be the subject of the
email
or
mailto:som...@postoffice.net?Body=This would be in the body of the email
All this assumes the person viewing your web page has a local mail
program/editor on their computer.
Copy/paste the following code into your editor using HTML editing mode :
<a href="mailto:m...@home.com?subject=Hello">
Send me an e-mail</a>