用户管理的问题
小弟的写的用户管理文件User.php中的表单文件是 <form method="post" name="oper" >
<table width="94%" height="0" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#598ACD">
<tr>
<th width="13%" align="center" >用户名</th>
<th width="13%" height="27" align="center" >姓名</th>
<th width="12%" align="center" >注册时间</th>
<th width="9%" align="center" >状态</th>
<th width="8%" align="center" >编辑</th>
可是用户多的时候却没有滚动条了 有没有哪为高手指点一下这么在用户增多页面变大的时候加个滚动条或者是在用户增多的时候分页显示?