I think you have to
display: block and
float: left the labels in a div container

<div style=clear:both>
  <label style=display: block; float:left;>
  <input ...>
</div>

Reply via email to