Various ways of stopping robots picking up email addresses
 
Function HideEmail(x,y): You can have a perfectly nice looking inline email address like this or but if you look at the page source it is gobbledygook and shouldn't mean a thing to email address harvesting robots.
 
If you don't have CF5 or just want to use a custom tag, then here is one which does the same thing:
<cf_HideEmail...: or
 
They both dynamically produce a little bit of Javascript like this:
<script language=javascript type="text/javascript">
// <!--
document.write(String.fromCharCode(114,46,109,104,64,102,108,121,109,105,99,114,111,46,99,111,109));
// -->
</script>

 
Or you can dynamically make an image:
 
Custom tag <CF_HideMailImg...; makes an image: contactat home
 
but this is relatively complicated, needs CFX_image and unless you want to use a fixed-length font like Courier it is difficult to get the length right, eg:
contactat home
 
Download HideEmail.zip