but your hint that there is html gives me some ideas to check. There is something wrong with this line "", I get the error message on this line. |
<table bgcolor="white" border="2">
<tr>
<th>Title</th>
<th>Genre</th>
<th>Year</th>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>>
<td>
</td>
<td>
</td>
</tr>
</table><br clear="all" />
There is only one cell in the second row. You either have to add 2 more cells or COLSPAN=3