I am trying to get something on the same line, one command on the left and the other on the right.
This is the code I am using:
Code:
<tr>
<td height="25" colspan="2" class="sub"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
We have a total of 0 users, 0 of which are online.<if condition="$show['member']"><div align=right><font color="white"><b>Logged In As:</b></font><font color="yellow"> $bbuserinfo[username]</font>
</if>
</div>
</tr>
</table></td>
See screenshot for how it looks now