Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/05/2009, 00:03
Avatar de bacdavi
bacdavi
 
Fecha de Ingreso: junio-2006
Ubicación: http://localhost/
Mensajes: 351
Antigüedad: 17 años, 11 meses
Puntos: 7
Respuesta: Necesito Hacer Como Una Especie de Cuadricula y No Se Como Ayuda!!!

probá con tablas:
Código HTML:
<table>
<tr>
<td>Id</<td>
<td>Nombre</<td>
<td>Apellido</<td>
</tr>
<!-- inicias tu while -->
<tr>
<td></<td>
<td></<td>
<td></<td>
</tr>
<!--finalizas tu while -->
</table>