Hi.. i'm trying to figure out if it's possible to add 2 fields next to each other. I.e something like:
Name: [ ] [ ]
Email : [ ]
labels are set to be left aligned. Is that feature possible ?
Hi.. i'm trying to figure out if it's possible to add 2 fields next to each other. I.e something like:
Name: [ ] [ ]
Email : [ ]
labels are set to be left aligned. Is that feature possible ?
Yes, you can do this with some CSS. Basically, you would float the < li> element that contains the first field left. then the second field would naturally float up to the right of it as long as there's enough horizontal space.
Here's a previous thread on the topic and there are others here too. A quick search will turn up a few more.
Thanks