Pages

Tuesday 11 September 2012

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.

1 comment:

  1. This is a complex method to add scroll message on the mobile, can you please tell me easy method? click here

    ReplyDelete