This post is under our "Protect Your Content" series. This is going to be the first post in this series. In this post, we have shown a simple trick to disable text selection in blogger. This trick will restrict your visitors to select any text. So, it will be helpful to protect your content. Selection is disabled using a simple CSS code. This code is just 5 lines long but is very effective and useful for many blogs. So, have a look at our demo.
Demo:
Click here to go to our Experiment blog.
How To Disable Text Selection - Step By Step:
- Login to your Blogger Account.
- In the Blogger Dashboard, click on Templates >> Edit HTML.
- Find for <b:skin> tag.
- Expand the <b:skin> tag.
- Paste the below code before the closing of <b:skin> tag.
body{-moz-user-select:none;-webkit-user-select:none;-khtml-user-select:none;-ms-user-select:none;user-select:none;}
- Now, click on Save the Template.
0 comments:
Post a Comment