![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/11/2004, 12:51
|
![Avatar de iconogt](http://static.forosdelweb.com/customavatars/avatar73283_9.gif) | | | Fecha de Ingreso: septiembre-2004 Ubicación: Guatemala
Mensajes: 576
Antigüedad: 20 años, 5 meses Puntos: 4 | |
Pues por lo menos yó, nunca lo he visto con tablas. Pero porque no pruebas con un TEXTAREA que te puede hacer un buen efecto si lo que quieres es que tus visitantes lean cierto contenido...
Aquí te dejo un ejemplo:
Entre <head> y </head>
Código:
<style type="text/css">
TEXTAREA {
font-family: Courier,Verdana,Arial;
font-size: 11px;
color: #000099;
}
.bordes {
background-color: #fffffe;
border-width: 1px;
border-style: dashed;
border-color: #000099;
}
</style> En el <body>
Código:
<label>Artículo:<br />
<textarea rows="5" cols="42" class="bordes">Aquí tu texto...texto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,textotexto,texto,texto,texto,texto,texto,texto
</textarea>
</label> Espero haberte podido ayudar en algo ![Afirmando](http://static.forosdelweb.com/fdwtheme/images/smilies/afirmar.gif) Luego me cuentas si te sirvió
__________________ _______
Jorge Rojas. |