Announcement

Collapse
No announcement yet.

Email Link - code please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Email Link - code please

    Hi
    I just want to add an email link so when it is clicked it opens up email rather than it having to be cut and paste.

    Eg
    email us at: sales@petdispensary.co.uk and we will send you a form.

    Can someone let me know the code to make this sales@petdispensary.co.uk clickable direct

    many thanks
    Lynsey
    www.petdispensary.co.uk

    #2
    a check on google will give you the code needed, however i would avoid this as your sites email address will be harvested if shown as you have above (i would delete your email from your post)

    Code:
    <a href="mailto:someone@yoursite.com">Email Us</a> 

    Comment


      #3
      You should consider obfuscating your code for this: http://community.actinic.com/showpos...26&postcount=2

      Comment

      Working...
      X