|
| left out that i am using fp2k
>-----Original Message-----
>I have a form with many fields on it. One of them is a
>field to gather an email address. When viewing in IE 6
>this is the only field on the form where the background
>color of the textbox is yellow. If I change the text to
>the left of the textbox to anything other than the
>word "Email" - the back color changes to white.
>Sample code below.
>
>background color of the textbox is white
><!-- Email address <-->
><tr><td align="left" width="177">Address:</td>
><td align="left" width="308"><input type="text"
>name="electronicaddress" size="35"
>maxlength="35"></td></tr>
>
>background color of the textbox turns yellow
><!-- Email address <-->
><tr><td align="left" width="177">Email Address:</td>
><td align="left" width="308"><input type="text"
>name="electronicaddress" size="35"
>maxlength="35"></td></tr>
>
>.
>
|
|