Skip to content

Commit 5384dc0

Browse files
author
Shina Charles Memud
committed
Merge pull request #2 from TedGoas/master
Remove `background-color` when `bgcolor` present
2 parents 92b01cb + 553e6a7 commit 5384dc0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
</style>
177177
<![endif]-->
178178
</head>
179-
<body style="background-color:#E1E1E1;" bgcolor="#E1E1E1" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
179+
<body bgcolor="#E1E1E1" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
180180

181181
<!-- CENTER THE EMAIL // -->
182182
<!--
@@ -201,7 +201,7 @@
201201
Its width can be set to 100% for a color band
202202
that spans the width of the page.
203203
-->
204-
<table style="background-color:#E1E1E1;" bgcolor="#E1E1E1" border="0" cellpadding="0" cellspacing="0" width="500" id="emailHeader">
204+
<table bgcolor="#E1E1E1" border="0" cellpadding="0" cellspacing="0" width="500" id="emailHeader">
205205

206206
<!-- HEADER ROW // -->
207207
<tr>
@@ -275,7 +275,7 @@
275275
Its width can be set to 100% for a color band
276276
that spans the width of the page.
277277
-->
278-
<table style="background-color:#FFFFFF;" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" width="500" id="emailBody">
278+
<table bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" width="500" id="emailBody">
279279

280280

281281
<!-- MODULE ROW // -->
@@ -292,7 +292,7 @@
292292
tables centered in the emailBody table,
293293
in case its width is set to 100%.
294294
-->
295-
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#3498db;color:#FFFFFF;" bgcolor="#3498db">
295+
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="color:#FFFFFF;" bgcolor="#3498db">
296296
<tr>
297297
<td align="center" valign="top">
298298
<!-- FLEXIBLE CONTAINER // -->
@@ -431,7 +431,7 @@ <h3 style="color:#5F5F5F;line-height:125%;font-family:Helvetica,Arial,sans-serif
431431
<tr>
432432
<td align="center" valign="top">
433433
<!-- CENTERING TABLE // -->
434-
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#F8F8F8;" bgcolor="#F8F8F8">
434+
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#F8F8F8">
435435
<tr>
436436
<td align="center" valign="top">
437437
<!-- FLEXIBLE CONTAINER // -->
@@ -1181,7 +1181,7 @@ <h3 style="color:#5F5F5F;line-height:125%;font-family:Helvetica,Arial,sans-serif
11811181
Its width can be set to 100% for a color band
11821182
that spans the width of the page.
11831183
-->
1184-
<table style="background-color:#E1E1E1;" bgcolor="#E1E1E1" border="0" cellpadding="0" cellspacing="0" width="500" id="emailFooter">
1184+
<table bgcolor="#E1E1E1" border="0" cellpadding="0" cellspacing="0" width="500" id="emailFooter">
11851185

11861186
<!-- FOOTER ROW // -->
11871187
<!--
@@ -1201,7 +1201,7 @@ <h3 style="color:#5F5F5F;line-height:125%;font-family:Helvetica,Arial,sans-serif
12011201
<td align="center" valign="top" width="500" class="flexibleContainerCell">
12021202
<table border="0" cellpadding="30" cellspacing="0" width="100%">
12031203
<tr>
1204-
<td valign="top" style="background-color:#E1E1E1;" bgcolor="#E1E1E1">
1204+
<td valign="top" bgcolor="#E1E1E1">
12051205

12061206
<div style="font-family:Helvetica,Arial,sans-serif;font-size:13px;color:#828282;text-align:center;line-height:120%;">
12071207
<div>Copyright &#169; 2014 <a href="http://www.charlesmudy.com/respmail/" target="_blank" style="text-decoration:none;color:#828282;"><span style="color:#828282;">Respmail</span></a>. All&nbsp;rights&nbsp;reserved.</div>

0 commit comments

Comments
 (0)