» i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
Pages: 1
i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the problem pls check the code and do some changes ty
var chr = -15;
var txt ="[[*]]__________________________________________________[[*]]<br><br>Last night I had a dream about you<br>In this dream Im dancing right beside you<br><br>And it looked like everyone was having fun<br><br>the kind of feeling Ive waited so long<br><br>Dont stop come a little closer<br>As we jam the rythm gets stronger<br>Theres nothing wrong with just a little little fun<br><br>We were dancing all night long
<br>The time is right to put my arms around you<br>Youre feeling right You wrap your arms around too<br>But suddenly I feel the shining sun Before I knew it this dream was all gone<br><br>Ooh I dont know what to do
About this dream and you
Well make this dream come true<br><br>pls stay with me forever<br>tearsplsdontfall@y.c<br> <br>[[*]]__________________________________________________[[*]]<br><br>_____kufao____"
var p = "_"
function brbrbr()
{
chr++;
t = document.all["text"].innerHTML
tt = t.substring(0,t.length-p.length)
if(txt.charAt(chr)!="<") document.all["text"].innerHTML= tt + txt.charAt(chr) + p
else
{
document.all["text"].innerHTML= tt + txt.substring(chr, chr+4) + p
chr=chr+3
}
setTimeout("brbrbr()", 70)
}
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
can you make your question clear we didnt understand ^ that
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
^^ no its not. What is this code all about? So we can help you search it and check.
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
oops sorry for that its on my html code is about showing the word you put on it on your html
help here pls case unsolved sorry for double posting
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
Can you please provide the link, where you found that code?
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
[b]Here is the code,Im sure this will work[/b]
[b]Just copy the code and paste in your notepad,then edit the bold parts[/b]
Dont forget to save your file as [b]filename.html[/b]
[spoiler]<html><head>
<title>[b]TITLE[/b]</title>
<style>
body {
background-image: url( [b]BACKGROUND URL[/b] );
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-color: 000000;
}
</style>
<script>
var chr = -15;
var txt =" [b]YOUR HTML[/b] "
var p = "|"
function brbrbr()
{
chr++;
t = document.all["text"].innerHTML
tt = t.substring(0,t.length-p.length)
if(txt.charAt(chr)!="<") document.all["text"].innerHTML= tt + txt.charAt(chr) + p
else
{
document.all["text"].innerHTML= tt + txt.substring(chr, chr+4) + p
chr=chr+3
}
setTimeout("brbrbr()", 70)
}
<!--
function click() {
if (event.button==2) {
alert('dont rip!!.. ');
}
}
document.onmousedown=click
// -->
// --></script>
</head>
<body TEXT="white" BGCOLOR="#000000" LINK="green" onload="brbrbr()"> [b]THE BODY OF YOUR HTML FILE[/b]
<h1 align="center"> </h1>
<h1 align="center"> </h1>
<p align="center"><font face="Courier New" size="5"><b> </b></font></p>
<p align="center"><font id="text" face="Courier new" size="4"></font></p>
</body>
</html>[/spoiler]
[spoiler]+repu pls[/spoiler]
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
[quote=me_heli]+repu pls[/quote]
asking for repu?
tsk tsk tsk
@TS
wer did u found dis code?
Re: i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the
» i used this code and its working but i edited this code and change the word instead i put the lyrics of a song instead of word when save it, its not working anymore maybe the length of lyrics is the