I have a drop down menu that is fed by a couple of variables pulled from a database.
The first is a user code string of variable length. The second is a description. I would like the code string to be a fixed length to format the description with a fixed left margin for each description. I want a tabbed effect.
I have tried str_pad, str_repeat etc. using and it appears that there is no way to do this when using a proportional font.
Any ideas? Is there any way to invoke a tab within a drop down box?
Brian