form layout with label and field in same row

I have a form and the layout of one item is

but the layout has the “First Name” label above the field. How can i position the “First Name” label to the left of the field?

I found the position attribute but in the xml format it doesn’t seem to work

I am also looking for an answer to this, as I created a form and set the position attribute in xml, and it appears that it does nothing (label is still above the text and not to the left side of it). Any ideas?

Looks like I answered my own question, I was missing a link to the dhtmlxform_dhx_skyblue.css. Once I put that in, the labels aligned correctly and the button image showed up (clear indication I was missing the css file)