joelevinger
Programmer
Hello,
I am trying to figure out how to make the <sub> and <sup> tags work within the drop-down menu of a form. Since I couldn't get these tags to work within the drop-down menu, I tried using an <img> tag, an inline style sheet, and a <font> tag, but none of these ideas worked either.
Here is the relevant portion of my code:
<form>
<select name="from">
<option value="" selected>Select a unit of measurement
<option value="lnOfH2O">ln. of H<sub>2</sub>O(@39.2<sup>o</sup> F)
</form>
Any ideas on how to make the "2" appear as a subscript and the "o" appear as a superscript in the above example?
Many thanks!
Joe Levinger
I am trying to figure out how to make the <sub> and <sup> tags work within the drop-down menu of a form. Since I couldn't get these tags to work within the drop-down menu, I tried using an <img> tag, an inline style sheet, and a <font> tag, but none of these ideas worked either.
Here is the relevant portion of my code:
<form>
<select name="from">
<option value="" selected>Select a unit of measurement
<option value="lnOfH2O">ln. of H<sub>2</sub>O(@39.2<sup>o</sup> F)
</form>
Any ideas on how to make the "2" appear as a subscript and the "o" appear as a superscript in the above example?
Many thanks!
Joe Levinger