Falling Leaves

How to make your blog's name on the title move

Okay now I'll show you how to make your blog's name on the title move. Follow me : )
1. Login to blogger
2. Click template
3. Click Edit HTML and then click Expand Widget Templates
4. After that find code </head> (to make your search much easier, press F3 button and write </head>)
5.Then @ this code right under the </head> code
<script language='JavaScript'>var txt=&quot; Write your text here &quot;; var kecepatan=120;var segarkan=null;function bergerak() { document.title=txt;txt=txt.substring(1,txt.length)+txt.charAt(0);segarkan=setTimeout(&quot;bergerak()&quot;,kecepatan);}bergerak(); </script>
Information:
- Write your text here : That is text that you want to fill on title blog's tab
var kecepatan=120 : That is the speed of moving title
     Well, just that. I'm sorry if the script is in Indonesia language, to make you easier you may OPEN THIS.
Kecepatan is speed in english, so you can setting the speed, HAVE FUN!!! And I'm sorry if my english was bad, hope you understand this language. 
                                                                                                                                                   Go Home

 

No comments:

Post a Comment