Dave Ritche
- 70
- 6
How can we align all the input fields of form vertically in justified position.For example like this form:
The thread discusses methods for aligning input fields in a web form, exploring various approaches including HTML, CSS, and frameworks like Bootstrap. Participants share resources and tutorials while addressing the complexity of using certain tools.
Participants express varying opinions on the use of Bootstrap versus pure HTML and CSS, with no consensus on the best approach for aligning form fields. The discussion remains unresolved regarding the preferred method.
Some participants express uncertainty about using Bootstrap, indicating a need for simpler solutions. The discussion includes multiple suggestions and resources without a definitive resolution on the best practices for form alignment.
Web developers and designers interested in form layout techniques, those exploring Bootstrap, and individuals seeking to improve user interface design may find this discussion relevant.
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.