Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/06/2007, 09:08
Rebellion
 
Fecha de Ingreso: mayo-2007
Mensajes: 48
Antigüedad: 17 años
Puntos: 0
Re: Listar todos los registros codigo

el codigo del htm que carga es el siguiente:

Código:
<body>

<p align="center"><u><span class="Estilo1">Reparaci&oacute;nes</span><a href="index.php"><img src="imagenes/admin.png" alt="Ir a la Administraci&oacute;n" width="22" height="22" border="0" /></a></u></p>
<table width="900" border="1" align="center">
  <tr>
    <td width="30"><div align="right"><strong>Num.</strong></div></td>
    <td width="32"><div align="right"><strong>Fac.</strong></div></td>
    <td width="30"><div align="right"><strong>Cliente</strong></div></td>
    <td width="300"><strong>Nombre </strong></td>
    <td width="105" align="right"><strong>Fecha Entrada*</strong></td>
    <td width="85"><strong>Estado</strong></td>
    <td width="42">&nbsp;</td>
  </tr>
 xxtablaxx
</table>
</body>

</html>
Como podria hacer para que me respete esto y salgan todos los registros.