I would like to put a hyperlink to an e-mail address in a line of text on my O C Commerce Site: Example, blah blah blah blah joebloggs@somwhere.co.uk blah blah blah.
Posting email addresses on websites will lead to recieving lots of email spam. Email harvesters search sites for addresses to add to their list of people to send spam to. If possible try and avoid using html to link to email addresses. Unless that is you don't mind recieving lots of mails, lol
bill
6:51 am on Feb 17, 2004 (gmt 0)
I've had luck encoding the addresses with JavaScript. That would be suggested if you want to avoid spam...either that or use a contact <form> instead.
TheDoctor
2:03 pm on Feb 17, 2004 (gmt 0)
I've had luck encoding the addresses with JavaScript.
Me too. See [webmasterworld.com...] for an example of how to do this (which also works in IE5!).