Pages: 1
Last edited by paopao29 (2008-12-15 23:16:33)
Last edited by akoba (2008-12-15 20:53:14)
Last edited by paopao29 (2008-12-15 20:55:50)

[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]
@TS
wer did u found dis code?
Pages: 1