Normal Mode -
How can we get rid of the extra spacing in the "normal mode", it happens when the table is inserted within a table?
Below is the HTML -
<html>
<head>
</head>
<body>
<table style="width: 640px" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
<td style="background-color: #ba9b65" bgcolor="#ba9b65" height="25">
<table border="0" cellspacing="0" cellpadding="10" width="100%">
<tr>
<td style="width: 447px; font-family: Arial,Helvetica,sans-serif; height: 18px; color: #f2eee1; font-size: 10pt" align="left"><strong>Newsletter Title</strong></td>
</tr>
</table>
</td>
<td style="background-color: #f4f0d8" bgcolor="#f4f0d8" height="25">
<table border="0" cellspacing="0" cellpadding="10" width="100%">
<tr>
<td style="font-family: Arial,Helvetica,sans-serif; color: #857458; font-size: 10pt" align="center">Issue Date</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>