- Step 1: Go to the layout section from the Blogger dashboard.
- Step 2: Click on “Add a Gadget”
- Step 3: Select the “HTML/JavaScript” option.
<script language='JavaScript1.2'>
function disableselect(e)
{
return false
}
function reEnable()
{
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar)
{
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
- Step 4: Copy the code and paste it into the content box.
- Step 5: Click on Save, done!
0 Comments