![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/05/2005, 20:41
|
![Avatar de CORE](http://static.forosdelweb.com/customavatars/avatar18325_1.gif) | Usuario no validado | | Fecha de Ingreso: abril-2002 Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años, 10 meses Puntos: 3 | |
Código:
input.inputstyle{
font-family: Arial; font-size: 8pt; background-color: #00FF00"
}
o
Código:
<input type="text" name="fname" size="10" style="font-family: Arial; font-size: 8pt; background-color: #00FF00">
o
Código:
#fname{
font-family: Arial; font-size: 8pt; background-color: #00FF00
}
<input type="text" name="fname" size="10" id=fname">
saludos |