stoolpigeon
Programmer
I have a dynamically created <Select> that I build w/PHP.
Each <Option> description is the same length because I pad them with spaces. The problem is I cannot find a way to force the text in the Option to come out fixed width. So even though each element has the same number of characters, spaces are narrower and my lines don't appear the same width to the user.
A similar question was asked last year (I did search first) but I did not see that it was resolved. There was some agreement that formatting text within <option> tags was difficult.
Is there a good solution to this situation?
Thanks,
Ron
Each <Option> description is the same length because I pad them with spaces. The problem is I cannot find a way to force the text in the Option to come out fixed width. So even though each element has the same number of characters, spaces are narrower and my lines don't appear the same width to the user.
A similar question was asked last year (I did search first) but I did not see that it was resolved. There was some agreement that formatting text within <option> tags was difficult.
Is there a good solution to this situation?
Thanks,
Ron