I have a table
:
<table border="2">
<tbody>
<tr>
<td><img class="imgpadrao" src="xxxxx" alt=""></td>
<td> Recebido </td>
</tr>
</tbody>
</table>
I have many tables like this and I need to change only the first td
by putting a style for it ( width: 50px
), which has the class imgpadrao
without affecting the other td
. How can I do it?