| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
The code for adding a link to an e-mail address looks like this:
| <A HREF= | mailto:username@domain.com> | Your text | </a> |
| Start of all mail link tags | E-mail address. The "mailto" tag MUST be included. The full e-mail address (EX: kristy@web-nation.com) must be given. | Add the text or image tag here. The image or text will be "hot". (The viewer can click on it to call up the browser mail form. The recipient is the one specified in the "mailto" instructions.) | Closing tag. DON'T forget this!! |