Log In · Register

 
 
Closed TopicStart new topic
error, errors thats show on the bar
fiji_kid
post Nov 16 2004, 02:24 PM
Post #1


Fizzle Ma Nizzle
******

Group: Member
Posts: 1,019
Joined: Apr 2004
Member No: 11,978



well i can not find that script which sloves the problem...
i got a skin but it says "done with errors"

so does any1 have a code to solve that? biggrin.gif
 
Note
post Nov 16 2004, 07:46 PM
Post #2


I have 6 blue blocks :3
******

Group: Member
Posts: 2,248
Joined: May 2004
Member No: 14,959



pearsonaly, i like it there. whistling.gif but i got bad taste soooooooooo....here's the code:

CODE
<!-- begin code provided by createblog.com -->

<script language="JavaScript">

 var message = "[B][U][COLOR=red]What you want on the bottom[/COLOR][/U][/B]";
 var speed = 75;
 var forward = true;

 function bounce(){
   if (forward) {
     message = " " + message;
     forward = ((message.length > 120) ? false : true);
   } else {
     if (message.charAt(0) == ' ') {
       message = message.substring(1, message.length);
     } else {
       forward = true;
     }
   }
   window.status = message;
   ("bounce()", speed);
 }

 bounce();

 // end hide -->
</script>

<!-- end code provided by createblog.com -->


you can change the words.

::jerry::
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: