Home » , » Creating a Blog Running Title ..

Creating a Blog Running Title ..

If you get bored with the standard blog title, you can replace or change it so it goes like this.

---Soft4ever || Computer, Opinion, Blog, Mobile, IT and Other--

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:
<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>
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.
Share this article :

0 komentar:

Posting Komentar

Followers

 
Support : Ingin Tahu
Copyright © 2013. Download 4 Free - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger