I have a table with couple inputs and button on the last row. I want to align them all to the left side. Is it possible to apply float:left to all tr ? also I want it work for IE 🙂
I have:
<table>
<tbody>
<tr>
<th> </th>
<td> </td>
</tr>
</tbody>
</table>
Apply text-align to your desired cells..
To do all cells do this: