Hey guys,
I've seen this come up quite a bit, and I thought I'd post this here to help all of you.
To disable text selection:
Simply add
Code:
<body onselectstart="return false">
to your page. That's it. Simple as that.
Problem with this code
Crafty users can still right-click - view source, then copy it out from there. Also if they have Javascript disabled, they can get around it. You can't disable right click, and it's pointless because they can just go to the main menu and click 'View Source' from there
Hope this helps you in any way possible from the dumber content thieves 
|