ID:293025
 
URL/Link to problem page(s): http://www.byond.com/games/Rayquaza1903/PokemonWarsReborn

Problem Description: I can not add some html codes. Here is the code: Fire:. When i add that the color doesn't change. What am i doin wrong?
That's not valid HTML, try this:

<span style="color:red">Fire</span>

If CSS doesn't work deprecated HTML should be fine:

<font color="red">Fire</font>
In response to YMIHere
they both work. Thanks.