treehouse : what would you like to learn today?
Web Design Web Development iOS Development

message with email link from website

  • Could anyone let me know how to include a small message saying "linked from website " when my friend recieves email from
    customers who are coming direct from the site.(mailto:)
    Thanks ian
  • You can make the HTML like this to include a subject:
    <a href=\"mailto:you@website.com?subject=I Came From Your SIte\">email us</a>


    Keep in mind that this doesn't keep the user from changing the subject of the email.
  • Hi MJK

    thanks for that reply will try this out on the site