Replace the comments...
SHOULD BE:
HTML Code:
<!-- upcoming events - under navbar -->
NOT:
HTML Code:
<!----upcoming events - under navbar --->
COMPLETE VALID XHTML CODE:
HTML Code:
<!-- upcoming events - under navbar -->
<table class="tborder" border="0" width="100%" style="border-collapse: collapse" align="center">
<thead>
<tr>
<td colspan="3" class="thead"><a href="http://locoforum.com/forums/forumdisplay.php?f=32" title=""><strong>Upcoming Events</strong></a>
<if condition="$show['todaysevents']">$vbphrase[todays_events]
<else />
<phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase>
</if></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
<tr>
<td class="alt2">
<iframe marginwidth="0" marginheight="0" name="P1" width="70" height="100" scrolling="no" frameborder="0" src="/loco-posters/rotator.php"> This browser does not support inline frames.</iframe></td>
<td class="alt1" width="600"><div class="smallfont">$upcomingevents </div></td>
<td align="center"><!-- Search Google -->
removed my google code...
<!-- Search Google -->
</td>
</tr>
</tbody>
</table>
<br />
<!-- upcoming events - under navbar -->