Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/10/2007, 01:55
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 22 años, 4 meses
Puntos: 61
Re: Imprimir SOLO textarea

La solución al tienes en CSS.

Un ejemplo:
<html><head>

<style type="text/css" media="screen">
body{color:red;
}
textarea{color:blue;}

</style>

<style type="text/css" media="print">
body{
display:none;
}
textarea{
display:visible;
border:none;
}
</style>
</head>
<body>
Texto Texto Texto Texto Texto Texto Texto Texto
<textarea> pepito perez >pepito perez >pepito perez >pepito perez >pepito perez > </textarea>

</body>
<html>

__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.