error, errors thats show on the bar |
![]() ![]() |
error, errors thats show on the bar |
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? |
|
|
|
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.
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:: |
|
|
|
![]() ![]() |