HTML in game:
blahblah, <span class="bluelink"><<linkappend "something">></span>
blah blah
<</linkappend>>
CSS:
.bluelink a {
color: blue;
}
.bluelink a:hover {
color: indigo;
}
"</span>" becomes part of the text after the player clicks on the linkappend. But removing it causes an error. Why is this so? Is it not possible to colour linkappends a different colour than normal links?