-->

Wednesday 17 April 2013

1 How To Add Scrolling Blog Title And Message On Blogger

This is a unique Blogger trick you might want to try on your blog.When someone is on your log the name of your blog appears in both the tab section and top of the users browser.In this post i will show you how you can make the title scroll and even add an extra message to scroll across the browser.To do this we add a small piece of code to your template with your blogs title and message.


Step 1. In your blogger dashboard click > 'Design' > 'Edit Html' 


Step 2. Find the following piece of code in your blogs Html : 
(It's At The Very Top)


<head>

Step 3. Copy And Paste The Following Code Directly Before / Above
<head>

<script type='text/javascript'>
//<![CDATA[
msg = "Name Of Blog Here - Message Here";
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:

Replace Name Of Blog Here - Message Here with your blogs title and your message

Leave your comments, Views And Questions below.
Share this article :
Samarth Agarwal (Admin)
Posted By: Samarth Agarwal

Samarth Agarwal is the owner and founder of showmedreams.blogspot.com. I love to blogging,I like to learn and share technical hacking/security tips with you.

1 comments:

Before Publishing Your Comment Please Click On Subscribe Button To Get Comments Update Direct Your Email

Subscribe via email

Subscribe via Email
 

Hi! Myself Samarth Agarwal (Pro Blogger and an addicted Web Developer)
1st of All I would like to thanks to all Followers and our lovely Visiters... Read More

Make Dashing Your Blog Copyright © 2016- All Rights Reserved
Designed by: Samarth Agarwal | Powered by: Showmedreams(SMD)