Saturday 19 November 2011

How to add scroll Message on Blogger Title Bar

Adding Scrolling Message on Blog Title & Browser Title bar are simple an easy steps.
First log in your account. Go to Design>>Edit HTML
Now Find this code below :
<b:skin><![CDATA[/*
Above/befor this code Paste the below code:

<script type='text/javascript'>
//<![CDATA[
msg = "Your Message goes here";
msg = " ....." + 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>
Put your Massage on "Your Message goes here" & Enjoy! the scrolling on taskbar & titlebar.
Related Posts Widget for Blogger

No comments:

Post a Comment