ID:179169
 
How would I alter this? I want to change the background color of the window.

mob/Login()
..()
usr << ""
Nova2000 wrote:
How would I alter this? I want to change the background color of the window.

mob/Login()
..()
usr << "<BODY bgcolor=\"#000000\" text=\"FFFFFF\">"

What you actually need to do is set a style sheet in client/script, as listed in the reference.

Lummox JR