1. Log in to your dashboard --> layout --> Edit HTML
2. Find 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.
For Example:
<script type='text/javascript'>
var txt="|LiEs:of:LiFe*| [º_º] :: Welcome to my blog :: By any means necessary~ ";
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>
4. Now save your template and you are done.
aDdA hM said...
dOk jd pOng zeri