Showing posts with label Blogging Tips. Show all posts
Showing posts with label Blogging Tips. Show all posts
Sunday, March 1, 2015
Saturday, November 15, 2014
How To Protect Your Blog Posts from Copying
Go to Blogger Dashboard
Select Template->Edit HTML click Proceed
Find ]]></b:skin>
Copy the following code and save
Select Template->Edit HTML click Proceed
Find ]]></b:skin>
Copy the following code and save
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-ms-user-select:none;
user-select:none;

Disable Right Click
Copy the following code inside <head>
<script src='http://netoopscodes.googlecode.com/svn/branches/Js files/disable right click.js' type='text/javascript'/>
Subscribe to:
Posts (Atom)