Drop Down List Not Lining Up Correctly

User 480052 Photo


Registered User
21 posts

I'm working on creating a form framed in a table. I tried inserting a drop down list for the State field, but it keeps going to the next line and not next to the City field. Here is the code I have so far:

<tr>
<td align="left" valign="middle">
<input type="text" name="fatheraddress" value="" size="10">
<input type="text" name="fathercity" value="" size="10">
<select name="fatherstate" align="left" width="10">
<option selcted value="TX">TX</option>
<option value="NM">NM</option>
</select>
</td>
</tr>

You can view the incorrect and correct displays at:
http://www.ccrpage.com/re/registrationform.html

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.