Make text move in the title bar blog

Posted by Read More..... | 10:25 AM | 0 comments »

on the title bar, such as the blog title or the text does not move.
if you want to create a different look, follow these steps:

1.dibagian dashboard, select the link layout, and edit the HTML
2.kemudian search code <title> <data:blog.pageTitle/> </ title>
3.ganti code with the code below

<script language='JavaScript'>
var txt = "<data:blog.pageTitle/>";
var speed = 100; Refresh var = null; function move () (
document.title = text;
txt = txt.substring (1, txt.length) + txt.charAt (0);
Refresh = setTimeout ( "move ()", speed);) move ();
</ script> 4angka 100berfungsi to set the speed of moving text, semkin the number of slow speed.

5.save the template.

0 comments