Posted by : ADMIN
Thursday, 28 June 2012
This Tutorial will show you How To Disable left/Right Click/Selecting to Prevent Copy Paste in blogger Using CSS Trick. If you don't want someone copy your blog contents/articles you can do it now using this trick. In this way your blog visitors will only able to read but cannot copy any article.
HOW TO DISABLE LEFT/RIGHT CLICK TO PREVENT COPY PASTE IN BLOGGER
- Go to Blogger Dashboard --> Design --> Edit HTML
- Backup your Template before making any changes to your blog
- Now Expand Widget Templates
- Press Ctrl + F and search the code shown below
]]></b:skin>
- Now replace it with the code shown below
.post-body {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
]]></b:skin>
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
]]></b:skin>
- Now Save Your Template
LIKE IT? SHARE IT.
Related Posts :
- Back to Home »
- BLOGGER »
- HOW TO DISABLE LEFT/RIGHT CLICK/SELECTING TO PREVENT COPY PASTE IN BLOGGER USING CSS TRICK

Post a Comment