Can I have a two line text in an html select option? How?
+1
A:
No, browsers don't provide this formatting option.
You could probably fake it with some checkboxes with <label>
s, and JS to turn it into a fly out menu.
David Dorward
2010-05-19 09:25:30
+1 agreed, roll your own might be the only solution.
JL
2010-05-19 09:35:28