Pages

Subscribe:

Ads 468x60px

Labels

Minggu, 29 September 2013

Cara Mudah Membuat Judul Blog Berjalan

  • Dari dashboard >> Design >> Add a gadget >> Html/Javascript 
  • Copy dan paste code berikut di HTML/Javascript :
<script language=javascript>
msg = "Test Blog ...Test Blog ...";

msg = "..." + msg;pos = 0; 
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, 

pos); 
pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
</script>

Note: Ganti 'Test Blog ...Test Blog ...' dengan teks yang diinginkan.
  •   Save/Simpan, dan lihat hasilnya.
  • conto ya gini 
  • dibawah ini 
  • Coment  ya all

s

0 komentar:

Posting Komentar