How to make text walking on menu bar
How to make text walking on menu bar
1. Log it to your blogger and go to Design >> Edit HTML
2.Make sure you put check mark to “Expand Widget Templates”
3.Find this tag by using Ctrl+F </ head>
4. Paste below code before </ head> tag
* Replace Simple Preview with some your message.
* Replace Blog name with your blog name
5. Now save template you are done.
2.Make sure you put check mark to “Expand Widget Templates”
3.Find this tag by using Ctrl+F </ head>
4. Paste below code before </ head> tag
<script type='text/javascript'> //<![CDATA[ msg = " -- Simple Preview "; msg = " | Blog name -- " + 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>
* Replace Simple Preview with some your message.
* Replace Blog name with your blog name
5. Now save template you are done.
Các bạn có thể tham khảo thêm nhiều kiến thức từ các bài viết mà mình đã SEO bằng các Từ khóa bên dưới bài đăng nầy để tìm hiểu thêm về các khái niệm và ứng dụng có liên quan nhé..
0 Comments:
Đăng nhận xét