In general, this is contrary to agreements. You must use CSS to place your elements here. However, CSS does not need to be promoted. For instance.
<div class="field-name"><label for="birthday">Birthday</label></div> <div class="field"><input class="text-field" name="birthday" type="text" /></div>
CSS can be added to these elements.
.field-name{ float:left; width:100px; } .field{float:left; width:150px;}
Then you should place your fields next to each other. I'm not sure about your layout, but this is a simple example. You can also remove the div, if necessary, and change the CSS accordingly. Hope this helps.
source share