I would like the background color of my email invite to be this color: #173963. Is there a way to code that?
Solved
How do I change the background color of an email?
Best answer by Tom_1842
MattiasM original code:
<style type="text/css">
body {
background-color: #173963;
}
</style>ChelseaIC original code, includes a table and changes the background color of the table so will display in gmail:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="650" valign="top" align="center" bgcolor="#173963">
....
</td>
</tr>
</tbody>
</table>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

