Ver Mensaje Individual
  #5  
Antiguo 16-05-2006
Avatar de seoane
[seoane] seoane is offline
Miembro Premium
 
Registrado: feb 2004
Ubicación: A Coruña, España
Posts: 3.717
Reputación: 24
seoane Va por buen camino
¿Pusiste las etiquetas <tr> y <td>? si nos las colocas no funciona.

Es decir, esto funciona:
Código:
<html>
 <table width="639" height="100%" border=1 bgcolor=#0000FF>
  <tr>
   <td>&nbsp;</td>
  </tr>
 </table>
</html>
Esto NO:
Código:
<html>
 <table width="639" height="100%" border=1 bgcolor=#0000FF>
  <tr>
   
  </tr>
 </table>
</html>
Pruebalo, tengo curiosidad de porque a mi me funciona y a ti no
Responder Con Cita