Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/03/2006, 00:11
Jorolo
 
Fecha de Ingreso: octubre-2005
Mensajes: 536
Antigüedad: 18 años, 5 meses
Puntos: 1
Hola

Hay varias formas de hacerlo, por ejemplo:
Código HTML:
<style type="text/css">
imput[type='text'] { color: red;}
</style>

<imput type='text'>imput type='text'</imput>
<imput type='checkbox'>imput type='checkbox'</imput> 
más info en...