Answers
Oct 10, 2007 - 04:29 AM
You can set this with a CSS class or inline style:
<br>.red <br>{ <br>color: red; <br>font-size: 2em; <br>} <br> <br>.wide <br>{ <br>width: 10em; <br>} <br>
Text 1 Text 2 Text 3 Text 4 Text 5
Text 1
Text 2
Text 3
Text 4
Text 5
Text 1
Text 2
Text 3
Text 4
Text 5
The biggest problem I see with your requirements is knowing the length of the longest option, especially if you make the population of these lists dynamic.
I hope this helps...
Ric
Oct 11, 2007 - 12:40 AM
That answer is great. It works perfectiy.
Thanks so much.



Add New Comment