TYPING TITLE
go here and copy the code. after you copy the code paste it before the </head> tag.

#dc#batman#dc comics#bruce wayne#tim drake#dick grayson#dc universe#batfam#dc fanart#batfamily




seen from Brazil
seen from Russia
seen from China
seen from China
seen from Malaysia
seen from Maldives

seen from Russia
seen from United States
seen from China
seen from United States
seen from China
seen from United States
seen from Russia

seen from United States
seen from China
seen from Singapore

seen from India
seen from India
seen from China

seen from Maldives
TYPING TITLE
go here and copy the code. after you copy the code paste it before the </head> tag.
okay so i'm trying to create a typing/scrolling title for one of my side blogs but with every code i try the url of the blog flashes before it repeats to start typing the title again...does anybody know how to fix this?
Hi you are amazing, just a quick question, how do you have like moving text in the tab? thanks xx
thank you! :)
Go here, and copy and paste the code underneath
in your theme, then replace "TITLE HERE" with what you would like to say on your tab. Then just update preview and save your changes!
TYPING TITLE
http://freetexthost.com/bh15ddiiis
Hii, I really love your themes!! I have a question =) When I have your page open, the title on the tab of my internet of your blog changes and moves (sorry I'm not sure how to explain but do you get what I'm saying?) if you get what I mean could you please explain how to make my blog do that? Sorry for my fail explanation S:
Hey! but yeah I understand what you mean
Right, go here (it’s the coding for it)
copy all that coding,
go into customize + edit html of your theme
and paste all that coding just after
(it should be near the top of the coding)
and then jsut change
YOUR TITLE TEXT HERE
to what you want it to say:)))!
how to get a typing title
copy this code
paste it under <head>
replace 'FIRST LINE', 'SECOND LINE' and so on with what you want it to type out
if you have any problems, message me :))
Typing Title Effect (shown on tabs)
Due to a number of people asking about this I decided to make a tutorial. Place this code below in your description or under <head> to add your own personal message remove ENTER TITLE HERE and type your title within the quotation marks.
<script type="text/javascript"> var rev = "fwd"; function titlebar(val){ var msg = " ENTER TITLE HERE "; var res = " "; var speed = 100; var pos = val; msg = " ENTER 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>
Typing Title Bar
Go to customize>theme>custom HTML
Copy this code above the </head> tags
You edit where it says YOUR TITLE HERE with your own title.