ID:272358
 
I got a few questions about the browser itself.

Lets say I made a verb.
mob
verb
Chat_Box(msg as text)
for(var/mob/M as mob in world)
M <<browse("[msg]")

Is it possible to change up the Browser for Everyone on login to look Nicer then just a White screen with Black text. I realize how to change the text color with M <<>) But how would I change the Background of the browser is it even possible?</<browse>
Just so you know, you can alter the font color, background color, font style, etc. of the text window by using an interface file.
In response to Popisfizzy
I know in the output window or input(I don't do skins...Kinda a failed thing)I have a Basic chat system But I wanted a Browser chat system which goes back to the question Is it possible to change the browser?
In response to King killer 113711
Yes. Just use HTML. If you need help use Google to find a guide of some sort. The web is, as one would expect, full of guides on it.
In response to Popisfizzy
Ahh, Thanks.