Ver Mensaje Individual
  #8 (permalink)  
Antiguo 06/05/2004, 12:02
Edhoru
 
Fecha de Ingreso: octubre-2003
Mensajes: 19
Antigüedad: 20 años, 6 meses
Puntos: 0
Mensaje

ya lo resolví, lo único que hice fue cambiar el lugar del <br> que agregué, en lugar de ponerlo así:

Código PHP:
  </tr>
    <?PHP
    
}
    
?><br>
  </TBODY>
lo puse así

Código PHP:
  </tr>
    <br><?PHP
    
}
    
?>
  </TBODY>
Gracias por la ayuda Cluster