I need to put a
CODE
<sup>
tag inside of an CODE
<OPTION>
tag... but I see that it simply ignore the SUP tag... what can I do???my code is:
CODE
<select name="parent" id='parent_cat'>
<option value="0">Select</option>
<option value="1" >0.25 mm<sup>2</sup></option>
</select>
Any help please...