Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2004, 12:51
Avatar de iconogt
iconogt
 
Fecha de Ingreso: septiembre-2004
Ubicación: Guatemala
Mensajes: 576
Antigüedad: 19 años, 8 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 Luego me cuentas si te sirvió
__________________
_______
Jorge Rojas.