Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/02/2005, 15:21
angsanchez
 
Fecha de Ingreso: octubre-2004
Ubicación: España
Mensajes: 894
Antigüedad: 19 años, 6 meses
Puntos: 3
Hola y bienvenido al foro.
Prueba así:
Código HTML:
<td id="textoExterno">
<object type="text/plain" data="tutexto.txt"></object>
</td> 
Para controlar el color del texto insertado, ajusta el estilo de la celda:
Código:
document.getElementById("textoExterno").style.color="#ff0000"
__________________
Angel :cool: