Ver Mensaje Individual
  #7 (permalink)  
Antiguo 03/04/2008, 09:35
Andres_hlan
 
Fecha de Ingreso: enero-2008
Mensajes: 60
Antigüedad: 16 años, 3 meses
Puntos: 0
Re: Repetir region

Yo mismo lo he solucionado para mi

Código PHP:
 <tr>
            <td height="384" align="center" valign="top"><div style="width:440px;">
              <?php do { ?>
              <div align="center" style="float: left; margin: 15px 8px 8px 8px; width: 200px; height: 170px;"><table width="190" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="100" rowspan="3" style="border-top:ridge; border-top-width:thin; border-top-color:#333333;"><img src="img/img_producto.jpg" alt="A" width="100" height="100" /></td>
                  <td colspan="3" class="txtnaranja" style="border-top:ridge; border-top-width:thin; border-top-color:#333333; border-right:ridge; border-right-width:thin; border-right-color:#CCC;"><?php echo $row_productos['productos_model']; ?></td>
                </tr>
                  
                <tr>
                  <td height="45" colspan="2"  class="txtazul" style="border-right:ridge; border-right-width:thin; border-right-color:#CCC;"><?php echo $row_productos['productos_price']; ?></td>
                </tr>
                <tr>
                  <td width="81" height="61">&nbsp;</td>
                  <td width="55" style="border-right:ridge; border-right-width:thin; border-right-color:#CCCCCC"><img src="img/button_in_cart.gif" alt="Comprar" width="55" height="23" /></td>
                </tr>
                </table>
              </div>
                <?php } while ($row_productos mysql_fetch_assoc($productos)); ?>                </div>            </td>
          </tr>