echo ' <tr bgcolor="'.$color[4].'"><td>';
echo ' <table cellpadding="1" cellspacing="5" align="left" border="0">';
echo ' <tr>' . html_tag( 'td', '<br>'. $messagebody."\n", 'left')
- . '</td>';
+ . '</tr>';
echo ' </table>';
echo ' </td></tr>';
echo ' </table></td></tr>';
echo ' </td></tr>';
echo '<TR><TD HEIGHT="5" COLSPAN="2" BGCOLOR="'.
- $color[4].'"></TD></TR><TR><TD align=center>'."\n";
+ $color[4].'"></TD></TR>'."\n";
$attachmentsdisplay = formatAttachments($message,$ent_ar,$mailbox, $passed_id);
if ($attachmentsdisplay) {
echo ' <table width="100%" cellpadding="2" cellspacing="2" align="center"'.' border="0" bgcolor="'.$color[0].'"><tr><td>';
echo $attachmentsdisplay;
echo ' </td></tr></table>';
- echo ' </table></td></tr>';
- echo ' </table></td></tr>';
- echo ' </table>';
+ echo ' </td></tr></table>';
+ echo ' </td></tr></table>';
echo ' </td></tr>';
+ echo '<TR><TD HEIGHT="5" COLSPAN="2" BGCOLOR="'.
+ $color[4].'"></TD></TR>';
}
echo '</table>';