|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Alignment of "input" field and "select" field
<i><b>Originally posted by : D.J. Alexander (ACS_Inc@MSN.com)</b></i><br />Alignment?<br /><br />I have a table with to fields<br /> Field 1 is <input type="text" <br /> name="trans_date" <br /> value=<%= date %> size=10 ><br /> Field 2 is <select name="action_type" size="1"><br /> <option value="Add" >Add <br /> </option><br /> <option value="Delete" > <br /> Delete </option><br /> </select><br /><br />The text field aligns vertically center<br />BUT the select aligns vertically to the top.<br /><br />I have tried VALIGN="CENTER" but it does not work..<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : vicky (vickykapil@hotmail.com)</b></i><br /> why don't you just use the <center> tag like this or if you want particular position<br />you can also use the <div> tag<br /><br /><CENTER><br /><select name="action_type" size="1"><br /><option value="Add" >Add <br /></option><br /><option value="Delete" > <br />Delete </option><br /></select><br /></CENTER><br /><br />------------<br />D.J. Alexander at 8/2/2000 2:07:47 PM<br /><br />Alignment?<br /><br />I have a table with to fields<br /> Field 1 is <input type="text" <br /> name="trans_date" <br /> value=<%= date %> size=10 ><br /> Field 2 is <select name="action_type" size="1"><br /> <option value="Add" >Add <br /> </option><br /> <option value="Delete" > <br /> Delete </option><br /> </select><br /><br />The text field aligns vertically center<br />BUT the select aligns vertically to the top.<br /><br />I have tried VALIGN="CENTER" but it does not work..<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Alignment of "input" field and "select" field |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|