Simple dan singkat saja ea dan silahkan anda buat sendiri dengan menggunakan menu template edit HTML
cari kode </Head> dan setelh itu anda copy kode
cari kode </Head> dan setelh itu anda copy kode
<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> Menjadi
<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>
</head> ![]() |
| Ini tampilan dari HTML template saya dan kadang disetiap template berbeda - beda penempatan kodenya |
setelah anda copy kode scrip di atas anda pastekan kode tersebut percis diatas kode </head> template anda dan save template dan selesai

