Just use
Code:
<font style="filter:glow(color=orange, strength=3,400)">Online!</font>
instead of
Code:
<table>
<tr>
<td style="filter:glow(color=orange, strength=3,400)">
Online!
</td>
</tr>
</table>
Now, that entire template should just be
Code:
<font style="filter:glow(color=orange, strength=3,400)"><smallfont>Online!</smallfont></font>
I know this works, because that's what I'm using at my boards for one of my styles.