October 2011
6 posts
6 tags
How to get the old Customize Page!
THIS LINK FOR OLD CUSTOMIZE PAGE
http://www.tumblr.com/customize-classic
IF YOU HAVE ANOTHER BLOG, USE THIS LINK AND REPLACE “USERNAME” WITH YOUR BLOG USERNAME
http://www.tumblr.com/customize-classic/USERNAME
3 tags
LIKE US ON FACEBOOK →
6 tags
Tumblr has changed the customize page, what do you...
4 tags
Would you like me to answer your questions...
**I still have a lot of unanswered messages, if your message is still not answered and you want me to reciprocate as soon as possible please submit your message again. Sorry and Thanks :)
5 tags
Typing & Moving Title Bar
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 =...