Skip to content

Instantly share code, notes, and snippets.

@vieron
Created October 7, 2010 19:14
Show Gist options
  • Select an option

  • Save vieron/615700 to your computer and use it in GitHub Desktop.

Select an option

Save vieron/615700 to your computer and use it in GitHub Desktop.
Put an email in a html file without being spamed
<p class="reversedemail">moc.liame@eman</p>
<style type="text/css" media="screen">
.reversedemail {
direction: rtl;
unicode-bidi: bidi-override;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment