you want your blog tab move??

teruuuzzzzz read downward, .. hehehehee ...
I'll share a little knowledge I have to. This time the knowledge that I will provide a way to make the title on TabBar be moving. Ok ...
                        if my first stories might be too long Well ..+++
mending us straight to the core of the problem, follow the ways below:

  • Log into your blog, and then click Layout.
  • Then click the Edit HTML and then check the Expand Widget Templates.
  • If you are logged in Edit HTML search code </ head> (if you want more easily search click F3 on the keyboard and write your text) If the code has been found copy the code below and put under the code </ head>

<script language='JavaScript'> var txt = "WRITE YOUR TEXT HERE";
var speed = 120; var refresh = null; function move () {document.title = txt;
txt = txt.substring (1, txt.length) + txt.charAt (0);
refresh = setTimeout ("move ()", speed);} move ();
</ script>



So make it easy, now your turn to try

                                                        http://i679.photobucket.com/albums/vv156/Romm30/17.png

Leave a Reply