Monday, January 24, 2011

4 Tutorial : How to make scrolling text at the upper tab

Hello everybody.
Wah. Baru sebulan jadi blogger aku dah gedik nak buat tutorial.
Haha !  Bukan apa. Ada ar dua orang yang cute ni tanya aku macam mana nak buat benda nih.
So, aku malas nak repeat banyak kali baik aku post entry jew.
Besides, it can be useful for some of you yang tak tahu jugak kan.
Okay. Lets get it start now !

First : Dashboard - Design - Edit HTML

  • klik pada expand widget template seperti di atas



  • Second : find this code <head> ( ctrl + f )

    Third : Paste this code below <head>
    <script language="JavaScript">
    var txt=&quot; YOUR BLOG'S NAME &quot;;
    var kelajuan=250;var segarkan=null;function bergerak() { document.title=txt;
    txt=txt.substring(1,txt.length)+txt.charAt(0);
    segarkan=setTimeout(&quot;bergerak()&quot;,kelajuan);}bergerak();
    </script>
    Fourth : Change YOUR BLOG'S NAME for example Anak Incik Mokthar
    Last : Preview first. And if it success then u can save template. DONE !
    SELAMAT MENCUBA !

    Post a Comment