changer la couleur de fond d'un champ de saisie - HTML/CSS - Programmation
Marsh Posté le 31-07-2002 à 17:18:48
comment on fait pour changer la couleur d'un champ de type <input type="text" name="textfield"> ou d'un text area? merci
Marsh Posté le 31-07-2002 à 17:50:03
<input type="text" name="textfield" style="background-color:Yellow"> tu peux creer aussi un style en css et pour les input
Marsh Posté le 31-07-2002 à 17:55:05
oki merci je vais essayer tout ca
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 31-07-2002 à 17:18:48
comment on fait pour changer la couleur d'un champ de type
<input type="text" name="textfield">
ou d'un text area?
merci