Sunday, February 24, 2013

How to change my blogspot blog title style/animated blog title.

How to change your blogspot blog title style

1) First, login to your blog or click here to login
2) The dyasaborda from Blogger to Design> Page Element and click on the Add a gadget
3) The HTML / JavaScript editor, select an open. There's space in the Title Content kodasamuha Copy and paste the following in its place. Write Your Title Here is the text of your choice will be displayed in the title bar.


<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit
// remains intact. Visit my homepage <a href="<a href="http://www.chc.quik.co.nz/juggler/mikey.html&quot" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.chc.quik.co.nz/juggler/mikey.html&quot']);" rel="nofollow">http://www.chc.quik.co.nz/juggler/mikey.html&quot</a>; target="_blank">www.chc.quik.co.nz/juggler/mikey.html</a>
// Script written for Internet Explorer 4.0+.
// *******************************************************************
var message="Write Your Title"     //specifys the title
var message=message+"          " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds.
i="0"         //declares the variable and sets it to start at 0
var temptitle=""                 //declares the variable and sets it to have no value yet.
var speed="150"                  //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)  //sets the initial title
temptitle=temptitle+message.charAt(i)       //increases the title by one letter
i++    //increments the counter
if(i==message.length)    //determines the end of the message
{
i="0"    //resets the counter at the end of the message
temptitle=""    //resets the title to a blank value
}
setTimeout("titler()",speed)   //Restarts. Remove line for no-repeat.
}
window.onload=titler
</script>
<script language="JavaScript1.2">// *******************************************************************// script by drevil_nz, Michael Dillon, Christchurch New Zealand. // Permission granted to use this script provided this credit        // remains intact. Visit my homepage <a href="<a href="http://www.chc.quik.co.nz/juggler/mikey.html//&quot" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.chc.quik.co.nz/juggler/mikey.html//&quot']);" rel="nofollow">http://www.chc.quik.co.nz/juggler/mikey.html//&quot</a>; target="_blank">www.chc.quik.co.nz/juggler/mikey.html//</a> Script written for Internet Explorer 4.0+.// ******************************************************************* var message="Supernova Solar Systems"     //specifys the titlevar message=message+"          " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i="0"         //declares the variable and sets it to start at 0var temptitle=""                 //declares the variable and sets it to have no value yet.var speed="150"                  //the delay in milliseconds between letters function titler(){if (!document.all&&!document.getElementById)returndocument.title=temptitle+message.charAt(i)  //sets the initial titletemptitle=temptitle+message.charAt(i)       //increases the title by one letteri++    //increments the counterif(i==message.length)    //determines the end of the message{i="0"    //resets the counter at the end of the messagetemptitle=""    //resets the title to a blank value}setTimeout("titler()",speed)   //Restarts. Remove line for no-repeat.} window.onload=titler</script>





Note:Replace "Write your title" by your own title/blog title

If you like this post.Don't forget to thanks.

No comments:

Post a Comment

If you like my post ,Don't forget to THANKS.