Both label and data to appear on same row

Dear All,
I have a link here http://183.78.169.53/tm/addVL.php. My problem is how to make both Name label and its text box on same line and same goes for the checkbox and the label Trailer. Any idea what is wrong I have tried span even.

Remove the display:block from label.description.

If you need to size it then use display:inline-block instead.

Remove this line in red:


label.description {
  border: medium none;
  color: #222222;
 [COLOR="#FF0000"] display: block;[/COLOR]
  font-family: Calibri;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  padding: 0 0 1px;
}

EDIT: beaten toot. :slight_smile: