Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/06/2008, 14:29
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 8 meses
Puntos: 52
Respuesta: Mostrar Horizontal

hola

no seria haciendole cuatro columnas html

Código PHP:
echo "<table><tr>";
echo 
"<td>";
echo 
imagen
echo "</td>";
echo 
"<td>";
echo 
imagen
echo "</td>";
echo 
"<td>";
echo 
imagen
echo "</td>";
echo 
"<td>";
echo 
imagen
echo "</td>";

echo 
"</tr></table>"

Última edición por jaronu; 03/06/2008 a las 14:37