Forum Moderators: open
<select size="6">
<option>1 - No Wrap</option>
<option>2 - Still no wrap</option>
<option>3 - wraps<br /> still wraps</option>
</select>
This will display:
1 - No Wrap
2 - Still no wrap
3 - wraps
still wraps
But there is only 3 options. When #3 is clicked, lines #3 and #4 become selected.
Again, I don't see that it is possible, but I just wanted to verify.
TIA!