|
Answer
by: Frederique Taillefer, Aplus.Net Knowledge Base Support.
If
you want to allow your website visitors to contact you by simply
clicking on your e-mail address on your website, you need to insert the
following html code in your website:
<a
href="mailto:email@yourdomain.com">Contact Us</a>
Note:
email@yourdomain.com is the email account where you want people to
contact you.
"Contact
Us" is the text that will actually appear on the website. You can
change that text to be anything you like,
it can be your e-mail address itself, or any text explaining to
visitors that they can send you an e-mail.
|