nice looking user demo

This commit is contained in:
John McLear 2011-03-26 17:42:19 +00:00
parent 2c8a5987e4
commit 5050491018

View file

@ -102,9 +102,11 @@ var clientVars = {}; // ]]>
</table> </table>
<div id="users"> <div id="users">
<div id="userscont"> <div id="userscont">
<table>
<!-- some example code so I can make the css --> <!-- some example code so I can make the css -->
<div class="user"><div class="username">John</div></div> <td class="user">John</td>
<div class="user"><div class="username"></div></div> <td class="user">&nbsp;&nbsp;&nbsp;</td>
</table>
</div> </div>
</div> </div>
<div id="embed"></div> <div id="embed"></div>