Código PHP:
<?php do { ?>
<tr>
<td align="center"><span class="Estilo14"><?php echo $row_facdetalle['descripcion']; ?></span></td>
<td align="center"><span class="Estilo14"><input name="cantidadrecibida" type="text" size="4" /><input name="id" type="hidden" size="4" value="<?php echo $row_facdetalle['id']; ?>" />
</span></td>
<td align="center" class="Estilo14"><?php echo $row_facdetalle['valordia']; ?></td>
<td width="160" align="center" class="Estilo14"><?php echo $row_facdetalle['descripcion']; ?></td>
</tr>
<?php } while ($row_facdetalle = mysql_fetch_assoc($facdetalle)); ?>
Gracias no se se si me hago entender si algo me preguntan.