as far as i know there is no SM but i might be wrong
if you want to do it then do it in the following ways.
pure html
HTML Code:
<sup><font size="1">SM</font></sup>
and if you use CSS then in this way
HTML Code:
Stylesheet
sup {font-size:9px;}
HTML
<sup>SM</sup>
you probably have to change the font sizes according to your font sizes on your webpage
hope it works
|