Friday 4 February 2011

Make writing the address bar running on the blog

if you are still confused about how to make the writing on the blog in the address bar could walk. not to be confused. I will tell the reader how to make it
1. you should go first to your blog
2. click the layout -> edit html
3.search code </ head> if you are confused where is it, you can click ctrl + f
4. and then copy the code and put it above </ head>
<script type='text/javascript'>
//<![ CDATA [
msg = "welcome to my blog --- ---";
msg = "- may be useful -" + msg; heading = 0;
scrollMSG function () {
document.title = msg.substring (heading, msg.length) + msg.substring (0, post); post + +;
if (heading> msg.length) heading = 0
window.setTimeout ("scrollMSG ()", 100);
}
scrollMSG ();
//]]>
</ script>
5. replace the word welcome to my blog and may be useful
6. click save
okay that's all good luck :D ...

0 comments:

Post a Comment