Speak, I need to apply an h3 inside a table, in a td but in the bottom position of it. Because I have an image and I need to play a title for the image. I tried with the position application but it does not work on email clients, can you help me with a solution to this?
<td>
<img src='img/topo-oferta-aprovada-2.jpg' width='600' height='' alt='alt_text' border='0' align='center' style='width: 100%; max-width: 600px; height: auto; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; margin: auto;'>
<h3 valign='bottom' style='vertical-align: bottom; margin-left: 20px;color: #FFF;font-family: sans-serif;font-weight: bold;font-size: 20px; margin-top: -50px;'>Sua oferta foi aprovada</h3>
</td>
Thank you