Yo mismo lo he solucionado
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
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"> </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>