There are lots of pages I need to work with , the good thing is they all have the same structure. And finally I want to achieve a visual effect like this.
<tr><td style="width:15%;">label text</td>
<td style="width:35%;"><input type='text' style="width:50%"; /></td>
<td style="width:15%;">label text</td>
<td style="width:35%;"><input type='text' style="width:50%"; /></td>
</tr>
How can I applying css to a plain table and renders the same visual result like this ?