Hello as the title states I would like to create a form with 2 columns. In the end I want it to look like this jsfiddle I've been playing with. however by looking at the code I don't believe this is the proper way, correct me if I'm wrong.
The code is a standard MVC ViewModel that creates an entry into a database.
here is the code I currently have in jsfiddle:
HTML
<label for="IDofInput">text goes here</label> <label for="IDofInput">text goes here</label> <br />
<input type="text" id="IDofInput" /> <input type="text" id="IDofInput" />
</p>
CSS
label {width: 140px; padding-right: 20px; display: inline-block }