다이아몬드 말씀


Bonjour'!

Hi visitor(s). I'm AQil | 13 | Kemaman. Don't copy anything without my permission. Be nice here and do come again!

 Diamond Light


Credits
크레딧

© All in this blog are mine unless stated. Inspired from Zureen . And the basecode from Esha. Edited by Aqil . Cute icon by Pixel
Membuat Efek Menaip Pada Tajuk Blog
Ahad, 1 September 2013 | 063 581 Diamond Comment[s]
Tak tau apa itu efek menaip ?? Cuba tengok at tab korang .. Kan ada "DIARY OF PRINCESS" ?? Macm menaip kan ??? Ni Tutorial dia .. Untuk semua template .. ^_^

1) Cari kod </body> (Jika tiada , cari kod <body>)
2 ) Copy kod ni DIBAWAH Kod yang anda cari tadi .
<script>
var tit = document.title;
var c = 0;
function writetitle() {
document.title = tit.substring(0,c);
if(c==tit.length)
{
c = 0;
setTimeout("writetitle()", 2000)
}
else {
c++;
setTimeout("writetitle()", 275)
}
}
writetitle()
</script>

Preview First . Than Save .. !! Kalau cuba komen ok !!! Semoga berjaya !!