Powered by Blogger.

Sunday, October 18, 2015

In , //

How To Add Scrolling Blog Title And Message On Blogger

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.

0 comments:

Powered By (Bilal Alyan)

Hello Friends ?

My Name is (Mohammad Bilal) 21year old, live in sargodha,pakistan. am a Blog Designer and Devolper.Read more





Post a Comment

Connect Form

Subscribe via Email

wordpress

Join us on Facebook

Translate

Total Pageviews