Home » questions » How do you make it so when a person clicks on a given set of words it takes them straight to a email

How do you make it so when a person clicks on a given set of words it takes them straight to a email

2006-07-31 23:01:12, Category: Programming & Design
I want to be able to put a certain set of words on my website and if someone clicks on those words it takes them to my email page (write or compose email)so they can write to me. Does anyone know how to do this? If you do could you please explain it me. Thanks t.h.

Answers

  1. rightmark_web

    On 2006-08-01 01:10:36


    The code you need to add to the page is (the code below should be on a single line) Email Me! However, I recommend against this as spam spiders check out web pages looking for email to send spam to and you will end up receiving lots of spam. check out the link below for a good way of encoding your email link.
  2. raghava

    On 2006-08-01 03:48:19


    Take for example if you want to send mail to some abc@abc.com. Just write the code as below abc@abc.com Raghava
  3. phy333

    On 2006-07-31 23:11:22


    Check out HTML instructions free on your search engine. I used to do it but it's been a long time. I know you will find the answer there. Good Luck
  4. Keyman

    On 2006-07-31 23:18:10


    Just select the text or words for which u have to make the hyperlink and right click on it,u can see the hyperlink option. Select it and ur done. This is what is possible in MS word. U can copy these directly to ur website.