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.
0 comments:
Post a Comment