Tuesday, August 2, 2011

hide your email address using html + hex

let's say your email address is "name@domain.com". this is what it would look like in html:

<a href="mailto:%6e%61%6d%65%40%64%6f%6d%61%69%6e%2e%63%6f%6d"></a>

1) go to http://www.dolcevie.com/js/converter.html
2) enter your email address in the "Ascii" text field
3) click "Ascii to Hex" button
4) copy output
5) replace all ":" with "%"
6) be sure to insert a "%" before the first number or char after "mailto:"
7) tah dah!  hidden email!


thanks to http://csarven.ca/hiding-email-addresses for the tip!

No comments:

Post a Comment