
13/07/2006, 09:39
|
 | | | Fecha de Ingreso: noviembre-2004
Mensajes: 652
Antigüedad: 20 años, 4 meses Puntos: 1 | |
para 5 columnas y 1 fila
table width="100%" border="1" cellpadding="0" cellspacing="0"><tr>
<? for ($i=0; $i<5; $i++){
echo "<td> </td>";
} ?>
</tr></table>
para cinco filas y 1 columna
table width="100%" border="1" cellpadding="0" cellspacing="0">
<? for ($i=0; $i<5; $i++)
{
echo "<tr>";
echo "<td> </td>";
echo "<tr>";
} ?>
</table>
a partir de ahi.. todo lo que te quieras complicar
__________________ ALOZORRO v5.0 (ahora en .es) |