I am trying to insert a fraction into a select list (i.e.: 2/3). However, the fraction displays as basic text, not as a fraction. I have tried using <br><br><select name="amount"><br><option><sup>2</sup>/<sub>3</sub></option><br></select><br><br>to no avail.<br><br>I checked the ascii character set, but it only lists options for 1/2, 1/4, and 3/4 (189, 188 and 190 respectively) as well as the html "&-" type equivalents, i.e.: ¾ is the equivalent of 3/4. However, I couldn't find an entry for 2/3. I even tried making up one, following the above convention, ⅔ , but this did not work either!<br><br>Anyone having a solution, it would be greatly appreciated!<br><br>Jason