Bonjour,
comme le titre le dit, je voudrais changer la couleur de fond d'un
champ de sasie de texte d'un formulaire. Voilà ma page mais ça
fonctionne pas. A la place de color, j'ai essayé background, j'ai
essayé avec et sans le #, rien à faire.
Merci d'avance.
<html>
<head>
<title>Inscriptions</title>
<style type=text/css>
<!--
text_css {color: FFC64D;}
-->
</style>
</head>
<BODY bgcolor="#3336AA">
<table align="CENTER" bgcolor="#FFAE00" cellpadding="10" border="0"><tr><td>
<FORM METHOD="POST" ACTION="rec_ins.php">
<table border="0" align="CENTER" width="770" cellpadding="0" cellspacing="0" bgcolor="#FFAE00">
<tr>
<td width="240" align="left">
<font face="Comic Sans MS" size="2" color="#0000A0">
Nom :
</font>
</td>
<td>
<input type="text" class="text_css" size="25" maxlength="50" name="nom">
</td>
</tr></table>
</BODY>
</HTML>JeanMi66
