maharg
Technical User
- Mar 21, 2002
- 184
Hi
This has got me beat - I must be getting senile!
Check out this simple form....
Why the heck do the 2 middle text fields have a canary-yellow fill?
Please tell me I'm not going mad!
Thanks in advance....
Graham
This has got me beat - I must be getting senile!
Check out this simple form....
Why the heck do the 2 middle text fields have a canary-yellow fill?
Code:
<html>
<body>
<table border="0" cellpadding="20" cellspacing="0" width="650">
<tr>
<td width="100%">
<form action="/cgi-bin/cgiemail" name="cat" method="post">
<table border="0" cellspacing="0" width="80%">
<tr>
<td align="right" width="30%">
First Name :
</td>
<td width="50%">
<input type="text" size="50" maxlength="256" name="FirstName">
</td>
</tr>
<tr>
<td align="right" width="30%">
Address :
</td>
<td width="50%">
<input type="text" size="50" maxlength="256" name="Addr">
</td>
</tr>
<tr>
<td align="right" width="30%">
Post / ZIP :
</td>
<td width="50%">
<input type="text" size="50" maxlength="256" name="PostZIP">
</td>
</tr>
<tr>
<td align="right" width="30%">
Fax :
</td>
<td width="50%"> <input type="text" size="50" maxlength="256" name="Fax">
</td>
</tr>
</table>
<input type="submit" value="Submit Request">
<br />
<input type="reset" value="Clear Form">
</form>
</td>
</tr>
</table>
</body>
</html>
Please tell me I'm not going mad!
Thanks in advance....
Graham