Tuesday, 6 May 2008

Nifty trick to hide your emails address when published online - prevent copy and pasting

CSS:

.fakelink {
color: #6699ff;
}

.hide {
display:none
}

HTML:

<span class="fakelink">youremail@gmail<span class="hide">.bugger_off</span>.com</span>.

When copied and paste, it will show up as
youremail@gmail.bugger_off.com

No comments: