Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/12/2002, 06:51
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 3 meses
Puntos: 17
Creo que lo que buscas es esto:

(4 filas con 4 columnas)

Código PHP:
PHP:

<html>

<head><title><a href="http://www.miweb.php" target="_blank">[url]www.miweb.php[/url]</a></title>
</head>
<body>
<table>
<?php
 
for ($h=1;$h<=16;$h++) {
 if (
$h == 1) {echo "<tr>";}
  echo 
"<td>";
  echo 
"<a href=\"".$h.".jpg\"><img src=\"".$h.".jpg\" width=\"100\" heigth=\"150\"></a></td>";
 if (
$h == 0) {echo "</tr>";}
   }
?>
</table>
</body>
</html>
__________________
M a l d i t o F r i k i