For my users I have their status wether they are online or offline in postbit. For the onine part, the code is this:
PHP Code:
<table style="filter:glow(color=yellow)"><tr><td><font color="white" size=1">Online</td></tr></table></font>
However it seems to create an unwanted affect such as shown here:
as you can see it creates a <br> under the
STATUS: part. Any way to make it so that "online" is right next to the status part?