Hello StackOverflow community, I'm a newcomer here and have been impressed by how friendly everyone is. So, I am taking the plunge and posting my question.
My goal is to style an ASP.NET MVC2 form in a way where instead of having all the fields in a straight line, they appear like this:
Label: Text field
Label: Text field
I am aware that this can be achieved using a table, but my preference is to use CSS for this task. While I do have some knowledge of CSS, I am struggling to figure out the specific approach needed. The closest I got was placing my fields in an unordered list and then attempting to style the list items.
Your assistance on this matter would be greatly appreciated. Thank you!