bballbabiegrl- When i put the falling hearts code in 2 my xanga, it didnt work.. can you tell me where to put it?
Put the code into the Website Stats section of Look and Feel
lil_miss_syyu... What codes are you trying to put in?
Mizuno- Im not quite sure what you're saying, but i think i might have an idea... I have a popup thing on my xanga but im not sure if its what you want but i'll add it into the disable right click section.. It shall be called... 3 RightClicks then continuous popups... Or sumthin like that
~~~~ YOU CAN PUT MOST OF THE CODES IN WEBSITE STATS IN YOUR LOOK AND FEEL
Please feel free to leave me any questions or comments or requests! I will be making more help pages so if there is any type you need please let me know!... and it wont let me add any more to the last entry.. So ill start here...
var titletext="LuCkY BuTt"// TITLEBAR TEXT
var repeat=true; // SET TO true TO REPEAT, false TO "TYPE" OUT TITLE ONLY ONCE.
var index=0;
function scrolltitle(){
if(index<=titletext.length){
document.title=titletext.substring(0,index);
index++;
setTimeout('scrolltitle()', 200);
}else{
index=0;
if(repeat)setTimeout('scrolltitle()',1000);
}}
window.onload=function(){
if(!document.layers)setTimeout('scrolltitle()',1000);
}