Can't figure out how to code my css

Posted by JF on Stack Overflow See other posts from Stack Overflow or by JF
Published on 2010-06-12T00:39:21Z Indexed on 2010/06/12 0:42 UTC
Read the original article Hit count: 237

Filed under:
|

Hi,

I'm a new poster in stackoverflow. The community seems really nice so I'll go ahead and post my question.

I'm trying to style a asp.net MVC2 form so that instead of having all the fields on a strait line, I would like to have it like so:

Label: Text field
Label: Text field

I know you could do that with a table but I would like to use CSS to accomplish that. I know a little bit about css but not enough to figure out what to do. The only thing I came close to was to but my fields as a unorder list then styling the li item.

Thank you for your help!

© Stack Overflow or respective owner

Related posts about css

Related posts about asp.net-mvc-2