I read a previous article where somebody wanted to change the width of the drop down boxes. I have a typical date of birth set of boxes, and it doesn't look good when the boxes are so much wider than the number to be selected.
It was suggested that we use the style="width:value" method in the html of the form. I am not sure how to do this so I have pasted a part of my form below Could you please tell me where in the code this should go. Thanks
Mark
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Pupil/Student Name</LABEL><INPUT class=cf_inputbox id=text_14 maxLength=30 size=30 name=text_14 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item>
<DIV class="form_element cf_dropdown" ><LABEL class=cf_label >Date of Birth (Day)</LABEL><SELECT class=cf_inputbox id=select_12 size=1 name=select_12 ><OPTION value="please select" selected >please select</OPTION><OPTION value=1 >1</OPTION><OPTION value=2 >2</OPTION><OPTION value=3 >3</OPTION><OPTION value=4 >4</OPTION><OPTION value=5 >5</OPTION><OPTION value=6 >6</OPTION><OPTION value=7 >7</OPTION><OPTION value=8 >8</OPTION><OPTION value=9 >9</OPTION><OPTION value=10 >10</OPTION><OPTION value=11 >11</OPTION><OPTION value=12 >12</OPTION><OPTION value=13 >13</OPTION><OPTION value=14 >14</OPTION><OPTION value=15 >15</OPTION><OPTION value=16 >16</OPTION><OPTION value=17 >17</OPTION><OPTION value=18 >18</OPTION><OPTION value=19 >19</OPTION><OPTION value=20 >20</OPTION><OPTION value=21 >21</OPTION><OPTION value=22 >22</OPTION>
It was suggested that we use the style="width:value" method in the html of the form. I am not sure how to do this so I have pasted a part of my form below Could you please tell me where in the code this should go. Thanks
Mark
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Pupil/Student Name</LABEL><INPUT class=cf_inputbox id=text_14 maxLength=30 size=30 name=text_14 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item>
<DIV class="form_element cf_dropdown" ><LABEL class=cf_label >Date of Birth (Day)</LABEL><SELECT class=cf_inputbox id=select_12 size=1 name=select_12 ><OPTION value="please select" selected >please select</OPTION><OPTION value=1 >1</OPTION><OPTION value=2 >2</OPTION><OPTION value=3 >3</OPTION><OPTION value=4 >4</OPTION><OPTION value=5 >5</OPTION><OPTION value=6 >6</OPTION><OPTION value=7 >7</OPTION><OPTION value=8 >8</OPTION><OPTION value=9 >9</OPTION><OPTION value=10 >10</OPTION><OPTION value=11 >11</OPTION><OPTION value=12 >12</OPTION><OPTION value=13 >13</OPTION><OPTION value=14 >14</OPTION><OPTION value=15 >15</OPTION><OPTION value=16 >16</OPTION><OPTION value=17 >17</OPTION><OPTION value=18 >18</OPTION><OPTION value=19 >19</OPTION><OPTION value=20 >20</OPTION><OPTION value=21 >21</OPTION><OPTION value=22 >22</OPTION>