PDA

View Full Version : Email Link


Bodley
Mar-21-2005, 05:10 AM
In my cobranding I have a statement such as "for information contact johndoe@charter.net". How do you get your email address to be a hot link (where a person clicks on it and it brings up the mail with my address on the "To:" box)?

Nikolai
Mar-21-2005, 05:17 AM
In my cobranding I have a statement such as "for information contact johndoe@charter.net". How do you get your email address to be a hot link (where a person clicks on it and it brings up the mail with my address on the "To:" box)?As you noticed, in this very message of yours your email address was automatically converted to a "mailto" link.
To see how it looks, go to edit mode, highlight it and hit Ctrl+K (or click the button with the "chained globe").

In your own code you need to right the following (remove the spaces and replace _ with a space):
< a _ href = " mailto : johndoe @ charter . net " > johndoe @ charter . net or whatever you want to be visible, it does not matter< / a >

HTH

Cheers!:1drink

Bodley
Mar-21-2005, 05:23 AM
Nikolai, thanks for the info.:D


Greg