Code One
03-08-2003, 10:29 PM
I was wondering if anyone knew how to underline one specific letter in a button? I tried somethuing like:
<input type="button" value="<u>s</u>"ave>
obviously it didnt work so I tried:
<input type="button" value="<code><u>s</u></code>"ave>
and that didnt work either.
anyone know how to do that?
Code one
<input type="button" value="<u>s</u>"ave>
obviously it didnt work so I tried:
<input type="button" value="<code><u>s</u></code>"ave>
and that didnt work either.
anyone know how to do that?
Code one