Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/12/2012, 11:34
jiten
 
Fecha de Ingreso: febrero-2008
Mensajes: 409
Antigüedad: 16 años, 11 meses
Puntos: 2
Pregunta Porque el browser no respeta el &nbsp ?

En el siguiente codigo :

Código HTML:
<table width="870" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="226">&nbsp;</td>
    <td width="417"><a href=index.php"><img src="images/logonew.png" width="417" height="109" border="0" /></a></td>
    <td width="227">Hola texto de prueba</td>
  </tr>
</table> 
Se supone que debería mostrarme el primer TD con un espacio en blanco de 226px... pero no lo hace.. estoy haciendo algo mal ? gracias,