1
On my HTML websites I use an include statement to mask an email address from the email address harvesters. I prefer this to a contact form with captcha as it is simpler. When I do this in the content module it just doesn't work. Does anyone know how to make it go?
For example if I want to put up an email address of
a@b.com I put:Quote:
in a file e.g. xxx.txt and then put an include statementQuote:
in the html.
If I do this in Content using the source facility in fckeditor the include statement is not processed so you see nothing and view page source shows the include statement.
Any ideas please?