Font Color in HTML Email - Gmail

Font Color in HTML Email - Gmail

It looks like you are styling the TR but gmail is over riding it with a style to the TD. When a TD and a TR conflict, the TD will win because it is the most immediate container...the closest match as per css3 rules. I think if you use inline style on your TD you will be able to over ride it.

Gmail font color issue

using inline styles, other styles are not accepted if more simply

font-style and font-size not working in HTML email sent to Gmail

The issue was with improperly formatted code. In one of the style=... I was missing a ;.

Changing Font Color in HTML Email for AOL Mail

Try using the <font> tag. This site doesn't list <span> as a supported tag.

<font color='#FFFFFF'>My Text</font>


Related Topics



Leave a reply



Submit