we see the blog title runs in your browser's title bar to further beautify our blog and we blog visible interesting if visited by other people: D
How do I know?
What I will do. Namely :
1. Login to blogger then to the Layout menu ---> Edit HTML
2. Search code / script
<title> <data:blog.pageTitle/> </ title>
3. Change the code above
<b:include data='blog' name='all-head-content'/>
<script language='JavaScript'>
var txt = "<data:blog.pageTitle/>";
var speed = 100; Refresh var = null; function move () (document.title = txt;
txt = txt.substring (1, txt.length) + txt.charAt (0);
Refresh = setTimeout ( "move ()", speed);) move ();
</ script>
Note
the red text above is a movement speed if you add the number will slow the movement and reduce the number if it will be faster movement
No comments:
Post a Comment