-
select box spacing
Hello,
I cannot get this spacing to work!! I need all the $ signs to be aligned - thats why I
used "...." as fillers, but it still does not align.
I've ALWAYS had this problem - how can I fix this. Can I not split the select box into
2 columns and specify the width of each column??
I put this thread in the ASP forum as well - no need to answer twice :-)
Code:
<select size="1">
<option>BLUE........$ 32</option>
<option>WHITE.......$145</option>
<option>GREEN.......$ 40</option>
<option>RED.........$ 90</option>
<option>MAROON......$195</option>
</select>
Thanks,
T
-
this works for me
Code:
<select size="1">
<option>BLUE...........$ 32</option>
<option>WHITE........$145</option>
<option>GREEN.......$ 40</option>
<option>RED.............$ 90</option>
<option>MAROON..$195</option>
</select>
I don't think you can get any closer.