Important Note: The code above has been automatically generated by JavaServer Faces. I am working with the following code snippet:
<span style="display: block;">
<input checked="checked" type="checkbox">ID
<select size="1" >
<option value="">Select</option>
<option value="EQUAL" selected="selected">=</option>
</select>
<table style="display: inline-table;">
<tbody>
<tr>
<td>
<input name="cr" value="" type="text">
</td>
</tr>
</tbody>
</table>
</span>
Upon inspecting the demo provided in the link above, it is evident that the input elements are not aligned in a single row.
Is there a way to align them horizontally as shown below: