Article: Protecting Your Inbox
continued from Page 1
Encode your email!
One of the best and most fail safe methods of protecting your email is to encode it in a way in which email harvesters can't read it at all. The code looks like complete numerical gibberish, but displays normally on web pages. For example, the email "yourusername@mail.com" would come out as this:yourusYou would then replace the part of your <a href></a> tag where the address goes with it. For example:
ername
@mail.
com
<a href="mailto:youru
sername
@mail.
com">you
ruserna
me@mail
.com</a>
Like I said, it looks like gibberish, but trust me-- when you paste
it into the html of your site like this, it will still display normally
as yourusername@mail.com
on your web page. Don't believe me? Then check out the source code if you
don't! ;-)
If you need the place of a good online email encoder, you can visit this site or the side bar [>>], where a number of encoders have been listed.
And yes, it really works!