-2
Talk guys, I need to apply an H3 inside a table, on a td but at its bottom position. 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 in the email clients, can help me with a solution for 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
Cristiando the staff is negative you just put the image and did not put the html/css code. Please edit your question with the code that only the image does not help you much.
– hugocsl
Thank you! Hugocsl
– Cristiano Facirolli
Tried to align on TD instead of H3?
– Bacco
No longer works
– Cristiano Facirolli
Dude I don’t have to do email testing here, but try to inspect the email and look which CSS the email system didn’t recognize. Looking at how the CSS arrived the time you can see what the email client disregarded from the CSS that was sent...
– hugocsl
@hugocsl what he is disregarding position: relative
– Cristiano Facirolli