Friday, 4 May 2012

Toolbar ေပၚမွာ Blog address name ကုိသြားေနေအာင္ လုပ္ႀကည့္မယ္..

Toolbar ေပၚမွာ ကိုယ္႕ blog address ေလးေျပးလႊားေနတာေလး လုပ္ခ်င္ရင္ပါ..
ကြ်န္ေတာ္ ဒီနည္းေလးကို အိပ္မက္နန္းေတာ္မွာ ေတြ႕ခဲ႕တာပါ..



သူငယ္ခ်င္းေတြလည္း လုပ္ခ်င္ရင္ ေအာက္က ကုဒ္ေတြကို ယူျပီးသံုးလိုက္ေနာ္..

Layout =>edit html မွာ </head> ဆုိတာကုိရွာလုိက္ပါ .. ရွာျပီးသြားရင္ဆုိရင္ေတာ့ အဲဒီ့ ရဲ႕ အေပၚမွာ ေအာက္က Code ကုိ ထည့္လုိက္ပါ ..

<script language='javascript' type='text/javascript'>
msg="Your text here";

msg = " ..*.*.. " + msg;pos = 1;
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>

Your text here ဆုိတဲ့ေနရာမွာ ကုိယ္ေရးခ်င္တာကုိ ေရးထည့္လုိက္ပါ။
(.*.*.)ဆုိတာေလးကေတာ့ကုိယ္စာကေရးခဲ့တဲ႕စာလုံးကေလးကုိတစ္လုံးနဲ႔ တစ္လုံးၾကားမွာ ျခားတာကေလးပါ ..ကုိယ္ၾကဳိက္သလုိထည့္ေပးလုိ႕ရပါတယ္
..ထည့္ျပီးရင္ေတာ့ preview   ႀကည့္လုိက္ပါ .. ၾကဳိက္ျပီဆုိရင္ေတာ့ Save လုိက္ေပါ့..

                               

No comments:

Post a Comment