NO
0
Problems with Background on a Table with Borders
Hi everybody, I'm having the this issue:
I'm tryin to generate a divider using borders on a table. This is the code that I'm using.
<table width="600" cellspacing="0" cellpadding="0" bgcolor="#333333" style="background-color: #333333" align="center">
<td width="100%" align="center" style="background-color: #333333" bgcolor="#333333"><table bgcolor="#333333" style="border-spacing: 10;border-collapse:initial ;vertical-align: top;border-bottom: 20px dashed #BBBBBB; width: 100%; background-color: #333333;" align="center" border="0" cellspacing="0">
<tbody>
<tr style="vertical-align: top; background-color: #333333"><td style="word-break: break-word;border-collapse: collapse !important;vertical-align: top; line-height: 0;background-color: #333333;" bgcolor="#333333" align="center"> </td>
</tr>
</tbody>
</table></td>
</table>
this works well in all clients except Outlook 2007/2010. In this two clients, the background inside the border is white and I need that this background be yellow.
Any suggestion?
your parent <table> does not have a <tr>