Selamat Datang di Website Kami
Guest Book

Friday, 2 March 2012

create a blog title run

many ways to create a beautiful blog, one of which is to make the Title or Title in the menu bar can be run. Usually used for the blog name is too long.

Now I will explain how to make the writing runs in the menu bar:


1. Firstly you must login to your blogger

2. Choose a design on your dashboard

3. Select the Edit menu HTML
4. Further find the following code

     <title> <data:blog.pageTitle/> </ title>

5. then replace the above code with the code below

     <b:include data='blog' name='all-head-content'/>
     <script language='JavaScript'>
     var txt = "<data:blog.pageTitle/>";
     var speed = 100; var refresh = null; function move () {document.title = txt;
     txt = txt.substring (1, txt.length) + txt.charAt (0);
     refresh = setTimeout ("move ()", speed);} move ();
     </ script>

6. save and view results

On Red paper that can be changed by any number according to your wishes because it is the speed of your writing goes, the larger the meal will run more slowly writing.

0 komentar:

Post a Comment