Wednesday, June 20, 2012

Bergerak Bergerak | Judul Blog

Nah sebelumya saya sudah MengePost Artikel " Tittle Berjalan "
Postan ini Berbeda dengan Postan " Title Berjalan "
gak percaya coba saja !
Ikuti Langkah ini :
1. Buka Blog anda
2. Masuk ke Dashboard > Layout / Tampilan
3. Pilih Edit HTML > Proces
4. Cari Kode </body> menggunakan Find ( Ctrl + F )
5. Kemudian Pastekan Kode di Bawah ini tepat diatas kode </body>

<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>
6. Lalu Save Template , Lihatlah hasil pekerjaan Anda !

Enjoy With The Others Article

Written by Umar Kid : a Blog to learn english so well and go public

Article Bergerak Bergerak | Judul Blog written by Umar Kid at Wednesday, June 20, 2012 Thanks for visited my Blog - I'm amateur not professional not ustad not yet Kiya'i - I'm just lonely Tiger Like a Monkeys | http://www.umarkid.blogspot.com
Komentar Facebook
0 Komentar Blogger

No comments :

Post a Comment