SPAM… Literally the most annoying word! When I used to work in IT Support, I would constantly get asked how to stop spam, and my reply would always be that you can’t! There is only so much software you can install / filters you can set going before you realise, the spam eventually reaches you anyway, fact! It’s just part or web life.

This is a cheeky little tip that will help preventing ’spam bots’ getting hold of your email address. Next time you have to display your Email on your website, use the following code….

<style type="text/css">  
span.test { direction: rtl; unicode-bidi:bidi-override; }  
</style>  
<p><span class="test">moc.tset@tset</span></p>

The CSS reverses the direction of the text, so you write your email backwards, the CSS sorts it out so it displays fine on your website, but this way, ’spam bots’ can’t read your email! woop!