ID:169611
 
How do I change the background color of the text window? I know the html tag for it, but I don't know how to apply it to the game.
client
script = "<STYLE>BODY {background:black ; color: silver}</STYLE>"


its all very simple =D

the background.. argh I yhink you know how that works =D

and this
color: silver

makes the text color silver

O-matic
In response to O-matic
Thanks. I take it that's CSS form?