Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

E-mail Hyperlink


Guest

Recommended Posts

Posted

Hi, can anyone help me set up an e-mail hyperlink in the main page. I do not know what I need to set in the HTML to be abel to specify a string as an e-mail address , Any help appreciated - thanks Sean

Posted

Hopefully this HTML snippet will get you going:

<a href="mailto:[email protected]">Email me!</a>

Note that if you do this, spam bots will harvest your email and send you spam. If you want to avoid this, you might try googling for encode mailto or obfuscate mailto.

Always back up before making changes.

Posted
Hopefully this HTML snippet will get you going:
<a href="mailto:[email protected]">Email me!</a>

Note that if you do this, spam bots will harvest your email and send you spam. If you want to avoid this, you might try googling for encode mailto or obfuscate mailto.

Thank you so much - working fine now!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...