HALP?

MESSAGE     ARCHIVE    RSS     THEME    Know L   Banners   How to make your own theme   Floral Bgs   Pattern Bgs   
ASK STUFFS AT: MEOWAINE.TUMBLR.COM ♥

1. Copy the code and paste it before </head> tags.

<!--------------- TYPING/MOVING TITLE ----------------------->

<script type="text/javascript">
var rev = "fwd";
function titlebar(val)
{
var msg = "TITLE HERE";
var res = " ";
var speed = 100;
var pos = val;
msg = "TITLE HERE";
var le = msg.length;
if(rev == "fwd"){
if(pos < le){
pos = pos+1;
scroll = msg.substr(0,pos);
document.title = scroll;
timer = window.setTimeout("titlebar("+pos+")",speed);}
else{
rev = "bwd";
timer = window.setTimeout("titlebar("+pos+")",speed);}}
else{
if(pos > 0){
pos = pos-1;
var ale = le-pos;
scrol = msg.substr(ale,le);
document.title = scrol;
timer = window.setTimeout("titlebar("+pos+")",speed);}
else{
rev = "fwd";
timer = window.setTimeout("titlebar("+pos+")",speed);
}}}
titlebar(0);
</script>

2. Change the TITLE HERE with your title and save. Done.

(Source: heyayay)



  1. young-wild-reckless-nd-free reblogged this from tutsandmore
  2. all-bitches-here reblogged this from tutsandmore
  3. tutsandmore posted this