I am testing an email from a marketing tool that does not yet support the "Open in Browser" link. We noticed that the background color of the email is not applied to Gmail's Web client (and we have a white background instead). But troubleshooting becomes hard once we don't know how Gmail is interpreting the code.
This is the <body>
tag of our email and the only place where this background color is mentioned:
<body width="100%" style="margin: 0; mso-line-height-rule: exactly; background-color: #FFEAE7;">
We have access to a Litmus account where we have tested the email. When we open up the Gmail Web client view and click on the Edit Code button, the original rendering of the code is displayed and therefore the pink background comes back, so again we are unable to see why the bg color is ignored.
Is there a way around looking deeper into why this background color is not applied on Gmail?