Guest Posted September 22, 2009 Posted September 22, 2009 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
♥ecartz Posted September 22, 2009 Posted September 22, 2009 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.
Guest Posted September 29, 2009 Posted September 29, 2009 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.