1. Go to Dashboard
2. Click the Layout tab
3. Click the Edit HTML tab
4. Tick on small box Expand Widget Templates
5. Please search in your template, code <head>
6. Then, Copy Paste this script after the <head> code
<SCRIPT type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</SCRIPT>
7. Click Save Template
8. Done
0 comments:
Posting Komentar