+ 6
Adding borders on form
How to add borders on the input box in the form...and how to add spacing between two input box in a form..?...Thnx in advance
10 Answers
+ 5
Use div tags covering an input. Set a style of div box to make a border. To make spacing you may put a 1 spacebar between an input tags. Or use line break.
+ 5
Can you give me a code? So I can help you solve this.
+ 4
But by using line breaks...it is looking unusual..eg-After adding line break; Name[//box] & Message
[//box]...it is coming like this
+ 4
But by using line breaks...it is looking unusual..eg-After adding line break; Name[//box] & Message
[//box]...it is coming like this
+ 4
I mean the text(Message) remains above and the box goes down
+ 4
@Aslam Mohd, put a line break between
Name[//box] - and -
Message[//box].
+ 2
use border
from language program Css
from{
border :
5px solid red
}
+ 2
Ya I fixed it..thnk u
+ 1
you're welcome
0
same question how to How to add borders on the input box in the form