Is there any HTML tag or built-in DM instruction to turn off the <font face> tag? </font> seems to turn off everything but.
[Edit: I'm not trying to disable HTML input or anything here, I'm a stickler for perfection, I want to use it in a manner as follows:
world << "<b><font color=red>[src]</font><b><font color=red> has booted [M]</font><b><font color=red>!"]
And you could nest your HTML tags a little better. =)
<pre>world << "<font color=red>[src] has booted [M]!</font>"</pre>