Hi All.
I'm having a problem with my Date of Birth textbox. When I open the
..htm file, the "DoB" textbox is flat with a border. All of my other
textboxes are sunken and are yellow.
When I change the name of the "DoB" textbox to something like
"Telephone" or "TelephoneBirth date", the textbox changes to sunken,
and yellow. I have tried changing the name to "DBirth", "BirthDate" ,
"Birthday", "cusBirth", "DOBirth", etc. but, the formatting always
changes back to flat with a border.
Could someone please take a look at this and let me know what I need
to do to correct this problem?
TIA,
j.t.w
-----------------------Start of HTML-------------------------------
<html>
<head>
<title>Order Entry Form</title>
</head>
<body bgcolor="#FFFFF F" text="#000000">
<form method="post" action="mailto: j.t.w@juno.com" >
<p> </p>
<p align="center"> <font size="5">Please fill out the following
information.</font><br></p>
<table width="80%" border="0" cellspacing="2" cellpadding="2" >
<tr>
<td width="50%">
<p align="right">N ame:</p>
</td>
<td width="50%">
<input type="text" name="Name" SIZE="35">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">A ddress:</p>
</td>
<td width="50%">
<input type="text" name="Address" SIZE="35">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">C ity, State, Zip Code:</p>
</td>
<td width="50%">
<input type="text" name="City" SIZE="20">
<input type="text" name="State" SIZE="5">
<input type="text" name="Zip" SIZE="10">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">T elephone:</p>
</td>
<td width="50%">
<input type="text" name="Telephone " SIZE="25">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">D ate of Birth:</p>
</td>
<td width="50%">
<input type="text" name="Telephone Birthdate" VALUE=""
size="25">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">C redit Card Type:</p>
</td>
<td width="50%">
<input type="radio" name="CCType" value="Amex">Am erican
Express<br>
<input type="radio" name="CCType" value="Visa">Vi sa<br>
<input type="radio" name="CCType" value="MC">Mast er Card
</td>
</tr>
<tr>
<td width="50%">
<p align="right">C redit Card Number:</p>
</td>
<td width="50%">
<input type="text" name="CCNumber" SIZE="25">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">E xpiration Date (Month, Year):</p>
</td>
<td width="50%">
<input type="text" name="CCExpMont h" SIZE="25">
<input type="text" name="CCExpYear " SIZE="10">
</td>
</tr>
<tr>
<td width="50%">
</td>
<td width="50%">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">
</td>
</tr>
</table>
</form>
</body>
</html>
------------------------End of HTML------------------------
I'm having a problem with my Date of Birth textbox. When I open the
..htm file, the "DoB" textbox is flat with a border. All of my other
textboxes are sunken and are yellow.
When I change the name of the "DoB" textbox to something like
"Telephone" or "TelephoneBirth date", the textbox changes to sunken,
and yellow. I have tried changing the name to "DBirth", "BirthDate" ,
"Birthday", "cusBirth", "DOBirth", etc. but, the formatting always
changes back to flat with a border.
Could someone please take a look at this and let me know what I need
to do to correct this problem?
TIA,
j.t.w
-----------------------Start of HTML-------------------------------
<html>
<head>
<title>Order Entry Form</title>
</head>
<body bgcolor="#FFFFF F" text="#000000">
<form method="post" action="mailto: j.t.w@juno.com" >
<p> </p>
<p align="center"> <font size="5">Please fill out the following
information.</font><br></p>
<table width="80%" border="0" cellspacing="2" cellpadding="2" >
<tr>
<td width="50%">
<p align="right">N ame:</p>
</td>
<td width="50%">
<input type="text" name="Name" SIZE="35">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">A ddress:</p>
</td>
<td width="50%">
<input type="text" name="Address" SIZE="35">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">C ity, State, Zip Code:</p>
</td>
<td width="50%">
<input type="text" name="City" SIZE="20">
<input type="text" name="State" SIZE="5">
<input type="text" name="Zip" SIZE="10">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">T elephone:</p>
</td>
<td width="50%">
<input type="text" name="Telephone " SIZE="25">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">D ate of Birth:</p>
</td>
<td width="50%">
<input type="text" name="Telephone Birthdate" VALUE=""
size="25">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">C redit Card Type:</p>
</td>
<td width="50%">
<input type="radio" name="CCType" value="Amex">Am erican
Express<br>
<input type="radio" name="CCType" value="Visa">Vi sa<br>
<input type="radio" name="CCType" value="MC">Mast er Card
</td>
</tr>
<tr>
<td width="50%">
<p align="right">C redit Card Number:</p>
</td>
<td width="50%">
<input type="text" name="CCNumber" SIZE="25">
</td>
</tr>
<tr>
<td width="50%">
<p align="right">E xpiration Date (Month, Year):</p>
</td>
<td width="50%">
<input type="text" name="CCExpMont h" SIZE="25">
<input type="text" name="CCExpYear " SIZE="10">
</td>
</tr>
<tr>
<td width="50%">
</td>
<td width="50%">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">
</td>
</tr>
</table>
</form>
</body>
</html>
------------------------End of HTML------------------------
Comment