View Full Version : htmlhelp tags to email


nikkypickles
08-11-2006, 12:13 PM
Could anyone point me in the right direction for search terms to find out how (or even if it's possible) to put a link to an email address in an htmlhelp file? I've searched these forums and come up blank - and I'm getting too confusing results through Google.

At the moment, I know how to link to other html files, but I want to be able to put in a hyperlink to my email address.

Any advice would be fabulous, thanks!

___
08-16-2006, 04:58 AM
The simplest way is to use "mailto:"


<a href="mailto:someone@somesite.com?subject=Mail from your Site">Email Us</a>


but I personally would obfuscate the email address to stop harvesters.

nikkypickles
08-23-2006, 04:12 AM
Do you have a recommendation for obfuscation?

I'm really new at HTML

Ta
Nikky

___
08-23-2006, 09:35 PM
There are many websites that can do it for you :)

Click Here (http://www.fingerlakesbmw.org/main/flobfuscate.php)

nikkypickles
08-31-2006, 01:17 AM
wow - thank you! :D