How To Make Your Blog Name Scrolling - In the past, when I started to start blogging, many thoughts disturbed me. I want to have a blog with a nice and interesting look. I am constantly looking for basic tutorials from some web and blogs on the internet. And thankfully, one by one I started to do it, and of course have to go through some confusion process first, but the most important of a blog that is content, yes on the blog
Innaz Review we will discuss a lot of information about gadgets that are very in need by you, now we will discuss first about How To Make Your Blog Name Scrolling please refer to the information we will convey until completion:
Articles :
How To Make Your Blog Name Scrolling
full Link :
How To Make Your Blog Name Scrolling
You can also see our article on:
How To Make Your Blog Name Scrolling
1.Log in to your dashboard--> layout- -> Edit HTML
2.Scroll down to where you see this:</head>
3.Now copy below code and paste it before above code.
<script type='text/javascript'>
var txt="Enter Your blog name and little description about your site ";
var espera=200;
var refresco=null;
function rotulo_title()
{
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0); refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
</script>
Note : You must replace 'Enter Your blog name and little description about your site' with your site details.
4.Now save your template and you are done.
Keep Sharing...THANKS.
0 komentar:
Posting Komentar