![]() |
|
|
+ Search |
![]()
|
Oct 4th, 2001 10:35
Jim Griffin, Francis Favorini,
Try using the <select style=""> element of the select box. For example: <select name="something" style="height:100;width:200"> Or you can set a height value in the select box. (<select height="100">). You can also set the select to multiple. (<select name="something" style="height:100;width:200;" multiple> Good luck! Jim