This time i will share about How to make your header / title Move. you can also edit the mooving speed.
Step 1 : Log in
First, log in to your blogger account, And go to "Template" Menu, and choose Edit HTML.
Step 2 : Finding Code
Check "Expand HTML" And search this => <title><data:blog.pageTitle/></title>
Step 3 : Substitution [ Changing Codes ]
Delete those Code ( <title><data:blog.pageTitle/></title> ) and change it with this :
<b:include data='blog' name='all-head-content'/>
<script language='JavaScript'>
var txt="<data:blog.pageTitle/> - ";
var kecepatan=100;var segarkan=null;function bergerak() { document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
segarkan=setTimeout("bergerak()",kecepatan);}bergerak();
</script>
<script language='JavaScript'>
var txt="<data:blog.pageTitle/> - ";
var kecepatan=100;var segarkan=null;function bergerak() { document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
segarkan=setTimeout("bergerak()",kecepatan);}bergerak();
</script>
You can change the yellow text with your Page title, and Green text with the speed.
Step 4 : Finish
Thanks for reading my tutorial.
0 comments:
Post a Comment