Results 1 to 2 of 2

Thread: select box spacing

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Posts
    343

    Angry 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

  2. #2
    scoutt
    Guest
    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
  •  



Click Here to Expand Forum to Full Width