PDA

Click to See Complete Forum and Search --> : select box spacing


turfbult
Jul 25th, 2001, 10:42 AM
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 :-)



<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

scoutt
Jul 25th, 2001, 12:00 PM
this works for me

<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.