Thanks for the quick response!
I'm not using any tables in my index.php files - only CSS divs, so any unclosed tags would have to come from Mambo (doubtful I assume). I checked the source of the page using View|Source and didn't find any unclosed tags. It is puzzling. Here is the code around the trouble area:
Code:
<div id="content">
<span class="frontpageheader">Welcome to the Frontpage</span>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="50%" valign="top">
<table cellpadding="0" cellspacing="1" border="0" width="100%" class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">test content </td>
</tr>
</table> ...and so on.
Looks good to me...anything else I should check? Thanks again!!!