How is this coded? I have this code but it doesn't work (gives an error):
client
script = "STYLEBODY /STYLE"
Just want to have a black background for the text with white on the front. Seen lots of games have it.
-Dagolar
ID:173414
Jan 6 2004, 4:21 pm
|
|
Jan 6 2004, 4:39 pm
|
|
What is the error it gives you? You should always acompany posts with any run-time or compile time errors that it gives you.
|
In response to DarkView
|
|
error at '<': variable not defined
I didn't code this so I don't know anything about it. -Dagolar |
In response to Dagolar
|
|
Ok. Your problem is you have used script wrong.
STYLEBODY <background: black; color: white> /STYLE is what you wrote. <STYLE> BODY (background: black; color: white)</STYLE> is what it should be. If you look up "script (client)" in the reference it will explain how all this works in-depth. |