Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Sunday 27 January 2013

CARA TUKAR TEMPLATE BLOGSPOT

KLIK SINI

CARA BUAT AKAUN BLOGSPOT

KLIK SINI

Saturday 14 July 2012

DISABLE RIGHT CLIK

Step 1 :

 Dashboard >Layout>Add a Page element >html/javascript

Step 2 :

Copy kod ini



<script language=JavaScript>
<!--

//edit by bloghok


var message="Masukkan Mesej Anda Disini";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>



Step 3 :

Save

Thursday 12 July 2012

CARA LETAK HEADER DI TENGAH

Step 1:

pergi kat Dashboard > Design > Template Designer > Advance > Add CSS

Step 2:

Masukkan code ini


#header-inner img {margin: 0 auto !important;}#header-inner {text-align:center !important;}

Step 3:

Tekan apply..setel