Protect Your Website With CSS Articles

Protect Your Website With CSS Articles

This is usually done by budding bloggers who do not understand anything, and usually also the activities of plagiarism is mostly done the bloggers who have a themed blog brita or other unique info-info besides the tutorials. To avoid the plagiarism activities of course we will try to protect us so that article can not copy by others, because of course we would feel emotions when we have articles on know duplicat/copied by someone else let alone him not to include the source article was obtained.

Here's how to protect your website using css articles
1. log in to your blogger account
2. on the Dashboard, select Edit HTML Template»
3. place the following code below the code ]] > </b: skin >

<style>
.do-not-copy {
 -webkit-user-select:none;
-khtml-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
}
</style>
4. Save Template
5.  for pnerapan article on your website or blog, its format is like this


< div class = "do-not-copy" > content of the article that you want to protect from the
embarrassing plagiarism activities, this article cannot be in the selection or copy </div>

As for other ways to put css code when writing an article on using HTML mode and not Compose, like this
<style>
do-not-copy {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
< div class = "do-not-copy" > content of the article that you want to protect
from the embarrassing plagiarism activities, this article cannot be in selection
or copy </div>

"Start trying to write articles and activities to avoid plagiarism, because we appreciate the hard work of someone who provides information that is useful to us"

0 Response to "Protect Your Website With CSS Articles"

Post a Comment