Hello Friends I m BACK here with a new tutorial how to diable text selection in blogger its very simple 



Just follow Instructions



1. Go to blogger

2. then LAYOUT Option and the click add a gadget as shown in image below


3. After the a pop up window will open there click on add a HTML/JAVASCRIPT



After the paste Given code in the window which will open after clicking that HTML/JAVASCRIPT
=======================================================================
<script type="text/javascript">
/***********************************************
* Disable select-text script- ©  (www.Techo-tweak.com)
* This notice MUST stay intact for legal use
* Visit http://www.Techno-tweak.com/ for full source code
***********************************************/

//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}

</script>
========================================================================


After pasting above code click on save Button



Thankssssss Don't Forget to give ur valuable comments and Like us on Facebook