Tuesday, November 29, 2016

How to make your blog title moving


This time we will make changes into template .

Here is how .

1. Login to yor Blogspot account .

2.  Click - Template > Edit HTML


3. Search for this text :

<head>

It will be easier using Ctrl F to find it .

<script language='JavaScript'>var txt="Welcome to my blog";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>

Paste above javascript BELOW <head>

Change Red Text to your own words .

Then save it .


No comments:
Write comments

Labels