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 :
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.
No comments:
Post a Comment