I want to make a multiple column select box and have values for each column line up. I have tried using <pre> in the <option> tag but it is ignored.
How can I format line up column by using spaces in the <option> tag?
example:
<select size="7" name="D1" style="border-style: double; border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1">
<option value="val1"><pre>Kona Dog Brown </pre> </option>
<option value="val2"><pre>Dakota Dog Red </pre> </option>
dan
How can I format line up column by using spaces in the <option> tag?
example:
<select size="7" name="D1" style="border-style: double; border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1">
<option value="val1"><pre>Kona Dog Brown </pre> </option>
<option value="val2"><pre>Dakota Dog Red </pre> </option>
dan