A
Anonymous
Guest
I think that it is a HTML problem you have to solve.
Try
--> http://www.w3.org/TR/html4/interact/forms.html#adef-size-SELECT
Regards,
Ben.
Try
Code:
<select name="demo" size="1">
<option value="1">1</option>
...
</select>
Regards,
Ben.