
Live Demo - See The Demo Here
Add Scrolling Effect On Your Blog
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>
Edits
Replace Name Of Blog Here - Message Here with your blogs title and your message.
You can also change the dots in blue with a different symbol, maybe try hearts or music symbols - List Of Symbols.
Once you have made the changes save your template and check it out.Be sure to check out more of our great Blogger Tips and Design Tips.
Leave your comments, Views And Questions below.
If You Enjoyed This Post Please Take 5 Seconds To Share It.
5 comments:
Thank you friend for your valueable tips. I used some of these in my blog. Thank you again.
Very nice trick! ^^
Thank For Your Tips
OMG I love-love-love it! Thank you so much!
Dee
awesome! makes my blog visible a mile away! thanks!
Important - If you are asking a question click the 'Subscribe By Mail' link below the comment form to be notified of replies.
Do not under any circumstances add your Email or Links to the body of the comment unless i ask for them.This will result in your valid comment not being published.