anybody knows how to hide border in HTML using Form or Input tag?
My Code as below:
<form name="timerform">
Your session will expired in
<input type="text" name="clock" size="7" value="5:00">
</form>
|
|
|
You can also use
This is usefull when you have other input types, i.e. Check this with type and this without type. Update: Also you can use as follows
|
|||||||||||
|
|
Set the style in CSS. CSS can be applied inline in the HEAD section of the web page...
or in your case might be easiest just:
depending how much you want to do with this page. Further reading: http://www.w3schools.com/css/css_howto.asp |
|||||
|
|