![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/09/2005, 13:44
|
![Avatar de leoj90](http://static.forosdelweb.com/customavatars/avatar110972_1.gif) | Usuario baneado! | | Fecha de Ingreso: agosto-2005
Mensajes: 1.365
Antigüedad: 19 años, 6 meses Puntos: 0 | |
Nop, el esta mal todo eso lo tendrias q repetir en cada uno. Mejor con clases:
<style type="text/css">
.BOTON {
font-size: 10pt;
font-family: Arial;
color: #111111;
}
.TEXTAREA {
background-color: #F0F0F0;
color: #000050;
font-size: 10pt;
font-family: Verdana;
overflow: auto;
}
</style>
<input type="button" class="BOTON">
<textarea cols="40" rows="5" class="TEXTAREA"></textarea> |