Dave Ritche
- 70
- 6
How can we align all the input fields of form vertically in justified position.For example like this form:
Can you please show me one?or tell me a source?Borg said:There are several ways. You could use a table or divs.
Can it be done in html and css alone?Samy_A said:You could also use Bootstrap for this.
Yes. Here's a good bootstrap demo page.Dave Ritche said:Can it be done in html and css alone?
Thank you admin for helping me!Greg Bernhardt said:Here is a tutorial
http://www.sitepoint.com/position-text-labels-on-forms-using-css/
thank you man!Borg said:It would be good to try learning bootstrap. It doesn't take long to get up to speed and the benefits are well worth the effort. You spend far less time dealing with browser-specific issues. Take a look at the page source code and you'll see that the row alignments that you want aren't that bad.