Adding borders on form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

11th Mar 2018, 1:23 AM
Aslam Mohd
Aslam Mohd - avatar
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.
11th Mar 2018, 1:37 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 5
Can you give me a code? So I can help you solve this.
11th Mar 2018, 1:45 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 4
But by using line breaks...it is looking unusual..eg-After adding line break; Name[//box] & Message [//box]...it is coming like this
11th Mar 2018, 1:41 AM
Aslam Mohd
Aslam Mohd - avatar
+ 4
But by using line breaks...it is looking unusual..eg-After adding line break; Name[//box] & Message [//box]...it is coming like this
11th Mar 2018, 1:41 AM
Aslam Mohd
Aslam Mohd - avatar
+ 4
I mean the text(Message) remains above and the box goes down
11th Mar 2018, 1:42 AM
Aslam Mohd
Aslam Mohd - avatar
+ 4
@Aslam Mohd, put a line break between Name[//box] - and - Message[//box].
11th Mar 2018, 2:48 AM
777
777 - avatar
+ 2
use border from language program Css from{ border : 5px solid red }
11th Mar 2018, 11:08 PM
Sarmad Saad
Sarmad Saad - avatar
+ 2
Ya I fixed it..thnk u
11th Mar 2018, 11:11 PM
Aslam Mohd
Aslam Mohd - avatar
+ 1
you're welcome
11th Mar 2018, 11:12 PM
Sarmad Saad
Sarmad Saad - avatar
0
same question how to How to add borders on the input box in the form
5th Mar 2019, 11:55 PM
neslear flavs
neslear flavs - avatar