Hey Guys,
I did a quick search on this, but didnt find anything. I apologize if it has been posted before.
I’m wondering whether the following is possible:
I have a select list in the following fashion
<select>
<option>This line is too long to display in one line on a small screen resolution</option>
</select>
Now I am wondering if I can break the line somehow, making the option span two lines instead. I’ve tried adding <br> and
to the option’s content, but neither work.
I’d appreciate any help you could offer.