Example:
client/Topic(href)
if(href == "rock")
src << "Rock!"
if(href == "scissors")
src << "Scissors!"
if(href == "paper")
src << "Paper!"
if(href == "close")
src << browse(null, "window=Ronald")
mob/Ronald
verb/Talk()
set src in oview(1)
usr << browse(Ron,"window=Ronald")
var
Ron = {"<html><head><title>Ronald</title>
<body bgcolor=#202020 text=#C9C9C9>
<center><u>Options</u></center> <br>
<a href=?rock>Rock</a> <br> <br>
<a href=?scissors>Scissors</a> <br> <br>
<a href=?paper>Paper</a> <br> <br>
<a href=?close>Close</a> <br> <br>
"}
I've looked around and fooled around with the code, but still can't seem to find a way to change the colour globally. Any help?