Click to See Complete Forum and Search --> : can i vanish the border of a text field ?


sun_rise
09-06-2007, 02:23 AM
can i vanish the border of a text field ?

i would like to vanish the border of the text field.

though i dont use border attribute ...a thin border comes around text field.

i want to vanish that.

possible ?

<input type="text" name="T1" value="20">

how to vanish the border around it ?

NogDog
09-06-2007, 02:33 AM
<input type="text" name="T1" value="20" style="border: none;">