simple just go to Design - Edit HTML - Find (CTRL+F) <head> tag.
Copy & Paste the code below before the <head> tag.
<script type='text/javascript'>
//<![CDATA[
msg = "UR WELCOME MSG HERE";
msg = "***Your Short Description Here***" + 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>
Change the highlighted msg with your own desired msg.
You can customized those stars with any symbols you like.
No comments:
Post a Comment