Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/05/2003, 12:29
Avatar de Manoloweb
Manoloweb
 
Fecha de Ingreso: enero-2002
Ubicación: Monterrey
Mensajes: 2.454
Antigüedad: 22 años, 3 meses
Puntos: 5
Código PHP:
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<?php
$contador
=1;
while(
$row =mysql_fetch_array($result)) { 
if (
$contador %1==0) { echo "<tr>"; }
?>
<td> 
<div align=center> 
<table border=0 cellspacing=0 cellpadding=0 align=center>
<td align=center style=border:1px black solid; height=14 > 
<div align=center>< img src="imag/<?= $row["pht_thumbname"]; ?>" ></div>
</td></tr></table>
</div> 
</td>
<?
if ($contador %2==0) { echo "</tr>"; }
$contador++;
}
?> 
</table>
Bueno, asi sin revisarlo bien... por ahí puedes buscarle.

Saludos!
__________________
Manoloweb