Click to See Complete Forum and Search --> : making textbox borders disappear


jwlnewsome
10-20-2005, 09:23 AM
im trying to make the border of a textfield invisable its driving me nuts i've tried everything. my code is below please could someone tell me what im doing wrong.

<form name="form1" method="post" action="">
<input type="text" name="textfield" readonly="true" value="hello world" style=" border-style:none" >
</form>

thanks in advance john.

Fang
10-20-2005, 09:43 AM
style=" border:0;"

jwlnewsome
10-20-2005, 09:56 AM
thankyou fang
your the man
and not for the first time your defo on my christmas card list

john