ADS

Protection From Spam Robots

Do you want to post your email adress on your web site, only to realize that doing so will probably bring you spam? Here is a way to avoid getting your email adress taken by spam robots that search HTML code.

In your HTML code, display your email adress as:

you@random.com

This displays as:

you@random.com

The same thing goes for a link. Writing

<a href="mailto:you&#64;random.com">Email me!</a>

in the code gives you:

Email me!

Let people contact you and keep yourself protected from spam easily using this tip. Remember, &#64; = @.

Subscribe to receive free email updates:

ADS