02/09/2013, 10:47
|
| | | Fecha de Ingreso: febrero-2013 Ubicación: Santiago
Mensajes: 196
Antigüedad: 11 años, 10 meses Puntos: 8 | |
Respuesta: Repetir tabla horizontalmente Acá te dejo un ejemplo
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <table width="600" border="1" cellspacing="0" cellpadding="0" align="center"> <?php for ($i = 1; $i < 8; $i++){ ?> <table width="400" border="1" align="center" cellpadding="1" cellspacing="1"> <td colspan="2">Tu tabla </td> <? } ?>
Saludos
__________________ ¿Sabes cuántos programadores hacen falta para cambiar una bombilla? - no, no ¿Cuántos? - Ninguno... es un problema de hardware. |