Pages

welcome to my condition... saye dyla..tuan punye rumah...note: i'm using broken english in this blog...yup'' no doubt.. ouhh yeahh..hahaha''''..

Monday, November 21, 2011

Tutorial a moving Title Blog

i'm using rojak language (english+malay) 4 all tutorial..hee

u want to do ur blog title like this

 

STEP 1
 from dashboard > design > add a gadget > HTML/javascript

STEP2
copy the code below dan paste di ruangan HTML/javascript

<script language=javascript>
msg = "Title Blog Anda";

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>

Note: change 'Title Blog Anda' dengan apa sahaja yang u guys nak.

step 3 
click Save

gud luck ^^♥

No comments: