2. klik Template
3. Klik Edit HTML
4. Cari kode <head> agar lebih mudah gunakan CTRL + F
5. Setelah ketemu, Copy dan Paste script ini tepat dibawah kode <head>
<script language='JavaScript'>var txt="Text yang kamu inginkan ";
var kecepatan=130;var segarkan=null;function bergerak() { document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
segarkan=setTimeout("bergerak()",kecepatan);}bergerak();
ganti tulisan yang saya highlight dengan text yang kamu inginkan.
berikut tips singkat dari saya,
Good Luck
Creating Your Text Tab Browser Blogger Moving
1. Login to your blog2. click Template
3. Click Edit HTML
4. Find <head> to make it easier use CTRL + F
5. After found, Copy and Paste this script below <head> code
<script language='JavaScript'>var txt="Text you want ";Note :
var kecepatan=130;var segarkan=null;function bergerak() { document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
segarkan=setTimeout("bergerak()",kecepatan);}bergerak();
Replace the text that i highlight with the text that you want.
Try It Now !
0 komentar:
Post a Comment