If you get bored with the standard blog title, you can replace or change it so it goes like this.
If on the blog, it uses the Marquee tag. To make a title run this I am using java script. Quite easy really. Just copy & Paste.
1. Go to www.blogger.com, login as usual
2. Open layout -> Edit HTML
3. Then put a check in the Expand Widget Templates.
4. Copy the following JavaScript:
5. Put the JavaScript Earlier below </ head> or on </ body>
6. After the Save Template
7. It's finished ..
nb: For a number of blue can be changed as well, it is the speed of passage of title is, the smaller the faster.
1. Go to www.blogger.com, login as usual
2. Open layout -> Edit HTML
3. Then put a check in the Expand Widget Templates.
4. Copy the following JavaScript:
<script type='text/javascript'> //<![CDATA[ msg = "JUDUL BLOG (kebanyakan orang ce gitu)"; msg = "PESAN/text yang ingin ditampilkan" + 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()",130); } scrollMSG(); //]]> </script> |
6. After the Save Template
7. It's finished ..
nb: For a number of blue can be changed as well, it is the speed of passage of title is, the smaller the faster.
0 komentar:
Posting Komentar