|
-
Jul 25th, 2001, 10:42 AM
#1
Thread Starter
Hyperactive Member
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
-
Jul 25th, 2001, 12:00 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|