I believe we should be able to change what colour links (like this) look like in the Dream Seeker text box. Since my game uses a dark-grey background, blue font is hard to see, so I'd prefer to change links to a different colour.
~~> Unknown Person
|
||||||||||||||||||||||||||||||
client/script={"<STYLE>
.AllBlue, .AllBlue a {color:#0000FF}
.AllRed, .AllRed a {color:#FF0000}
.AllGreen, .AllGreen a {color:#00FF00}
</STYLE>"}
And then when you want to set a link color:
src<<{"<span class="AllRed">This text is red. <a href=www.byond.com>This link is red</a>. <span class="AllGreen">This text is green. <a href=www.members.byond.com>This link is green</a>."}If not, can you please elaborate?