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

seen from Italy

seen from United Kingdom
seen from Spain
seen from Libya

seen from United States
seen from Argentina

seen from Italy
seen from China

seen from Egypt
seen from United States

seen from United States
seen from Spain
seen from Germany
seen from United States
seen from United States
seen from Malaysia
seen from China
seen from China
TYPING TITLE
go here and copy the code. after you copy the code paste it before the </head> tag.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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:)))!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
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.