ID:178923
 
how do i make the background a different color so its the same color for everyone.
Alienman22774 wrote:
how do i make the background a different color so its the same color for everyone.

The background to what?

Lummox JR
In response to Lummox JR
where text would appear
In response to Alienman22774
Alienman22774 wrote:
where text would appear

You can alter the style sheet with client/script, as explained in the reference:
client/script = "<STYLE>BODY {color: white; background: #FF0000}</STYLE>"

That would give you white text on a red background. You can also use the CSS properties like font, font-family, etc. to alter the default font.

Lummox JR
In response to Lummox JR
thanks