Scrolling Title in Browser title bar for Blogger


Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template.
<head>
And immediately before it, paste this code:

<script type='text/javascript'>
//<![CDATA[
msg = " Royal Tutor ";
msg = " Tips Tricks and Tutorials " + 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>
Feel free to choose your own text for the message.
Now click Save the Template.

0 comments so far:

Post a Comment

 
Royal Tutor © 2011 | Privacy Policy | Powered by Blogger | Back to top