-1
I need to align an image to the left and a text to the center, but on the same line. The code I used was using tables, which is not necessary, but I thought it would help:
<table>
<tr>
<td><img width="40" height="40" src="comeback.jpg"/></td>
<td> Banana é bom</td>
</tr>
</table>
but I can’t center the text, even with the table spacing. How do I solve?
It worked out, thanks!
– Caio Rodrigues