Click to See Complete Forum and Search --> : wrapping options of a combo box


val04
07-05-2003, 08:26 AM
Is there a way to wrap the options of a combo box so that if at least one of its options is too long, its text would not be displayed as one long line but instead, would be displayed on the succeeding lines?

Each option of my combo box is 256 characters in length.

Any help would be greatly appreciated. Thanks!

A1ien51
07-06-2003, 12:48 AM
nope, select elements are the second most limited form element behind the "file" elements

only thing you can do is break it up and deal with it being on two lines.

Eric

Jona
07-06-2003, 12:49 AM
No, that I'm aware of, it is impossible to make multiple lines of text in options. You may want to use radio buttons, instead.

[J]ona