That add the information for the users on the same row, i wanted to separate the info in a table (or something simulare), it looks clean and easy to read. it looks cluttered if it's on a single row.
Code:
<style type="text/css">
<!--
body,td,th {
	color: #FFFF00;
}
body {
	background-color: #000000;
}
-->
</style>
<div align="center">
  <p>&nbsp;</p>
  <p>Stats for #none</p>
  <table width="439" border="1" cellpadding="3">
    <tr>
      <td width="97"><div align="center">User nick </div></td>
      <td width="173"><div align="center">User host </div></td>
      <td width="135"><div align="center">User status</div></td>
    </tr>
    <tr>
      <td><div align="center">Nick1</div></td>
      <td><div align="center">some@host.com</div></td>
      <td><div align="center">Oped ( @ )</div></td>
    </tr>
    <tr>
      <td><div align="center">Nick2</div></td>
      <td><div align="center">another@host.com</div></td>
      <td> <div align="center">Normal </div></td>
    </tr>
  </table>
</div>

looks realy clean. Something like this, but i need to be able to set the info on how many fields are needed.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }