how to make animated blog name (browser tab)





simple just go to Design - Edit HTML - Find (CTRL+F)  <head> tag.

Copy & Paste the code below before the <head> tag.


<script type='text/javascript'>
//<![CDATA[
msg = "UR WELCOME MSG HERE";
msg = "***Your Short Description Here***" + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
//]]>
</script>


Change the highlighted msg with your own desired msg.
You can customized those stars with any symbols you like.

No comments:

Facebook Blogger Plugin: Bloggerized by AllBlogTools.com Enhanced by MyBloggerTricks.com

Post a Comment

Related Posts Plugin for WordPress, Blogger...