- Masuk di Blogger.com
- Pilih Tata Letak
- Add a gadget >> Html/Javascript
<script language=javascript>
msg = "Tulis DI SINI ...Tulis DI SINI...";
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 'Tulis DI SINI...Tulis DI SINI.' dengan teks yang diinginkan.
Setelah sudah klik SIMPAN..
Lihat hasilnya.
Mari kita buat :
Note: Ganti 'Test Blog ...Test Blog ...' dengan teks yang diinginkan.
- 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.
Mari kita buat :
Note: Ganti 'Test Blog ...Test Blog ...' dengan teks yang diinginkan.
- 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.
2 comments
widihhh kren bgt nicchh bisa di coba nichhh
thank's gan
Thanks gan
Post a Comment