Author: D.Procaccini2 (13 Jul 17 10:52am)
Hi Raju,
The suggestion on "How to Avoid Spambots" regarding ascii codes suggests that you use an html entity in the *source code*; this will then be displayed appropriately by the browser. A simple example would be if you had information on an html page "about.html", you could put in the source something like:
<p>For more information email me at: raju@example.com</p>
Which would be displayed as:
For more information email me at: raju@example.com
Your implementation will vary depending on how your site was built, for example, many CMSes allow hooks for changing this before rendering or site builders sometimes have a configuration file for this.
Thanks for writing us and let us know if the issue is still unclear.
|