Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/04/2009, 11:49
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 15 años, 8 meses
Puntos: 2237
Respuesta: Consulta...listado horizontal de productos

Al salir del bucle normal te faltaria crear las celdas vacias:

Código php:
Ver original
  1. if($contador < 4) {
  2.     while($contador < 4) {
  3.         echo '<td></td>';
  4.         $contador ++;
  5.     }
  6.     echo '</tr>';
  7. }

Obviamente, necesitarias especificar el ancho deseado para que se adapte a tu diseño.
__________________
- León, Guanajuato
- GV-Foto