Hello Everyone,
I understand this is repeated question and there are many community questions & blogs related to this and I tried everything (from fixed-text to data-ogsc), but nothing seems to work. I need the community’s help now.
I’m using a background image and trying to put white text on it. Here is a one of the sample code I tried but didn’t work.
<!-- Background Image Table -->
<table width="100%" background="https://bydrvali.com/media/email/email-bg.jpg" style="background: url('https://bydrvali.com/media/email/email-bg.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;">
<tr>
<td align="center" style="padding: 80px 20px;">
<!-- White Text with inline styling -->
<p style="font-size: 24px; margin: 0; color: #FFFFFF !important; line-height: 1.3; mso-line-height-rule: exactly;">
Hello, this is a Test!
</p>
</td>
</tr>
</table>
If anyone could help me put white text on this background while showing up correctly on the Gmail App that would be greatly appreciated.
Thanks!