Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/11/2009, 13:36
BGW
 
Fecha de Ingreso: noviembre-2008
Mensajes: 8
Antigüedad: 15 años, 6 meses
Puntos: 0
De acuerdo cargar archivo.txt en html (bis)

Hola, probé el código de un viejo topic y funciona perfectamente excepto el style... cuál puede ser el error?

Cita:
<script type="text/javascript">
document.getElementById("textoexterno").style.colo r="#ff0000"
</script>

Cita:
<table width="300" border="1">
<tr>
<td id="textoexterno"><object type="text/plain" data="txt.txt"></object></td>
</tr>
</table>
Tambièn quisiera saber si puedo agregar font-family y font-size.

Gracias-

EDIT: nota: espacio en "color" no es el error