tengo este codigo:
Código PHP:
<table>
<tr>
<td>
<div style="overflow:auto;width:93px; height:340px">
<table>
<?php
$i=0;
while ($acceso[$i]!=NULL)
{
echo"<tr><td>$acceso[$i]</td></tr>";
$i++;
}
?>
</table>
</div>
</td>
</tr>
</table>
gracias
un saludo