Code:
<div align="center">
<center>
<table border="0" cellspacing="0" width="95%" cellpadding="2" id="AutoNumber2" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="28%"<?php include("navigate.php"); ?>
</td>
<td width="6%" bgcolor="#FF0000"> </td>
<td width="66%"> </td>
should be:
Code:
<div align="center">
<center>
<table border="0" cellspacing="0" width="95%" cellpadding="2" id="AutoNumber2" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="28%"><?php include("navigate.php"); ?>
</td>
<td width="6%" bgcolor="#FF0000"> </td>
<td width="66%"> </td>
also, if this is all there should be an </tr>, </table> and </div>
Bookmarks