It might be because the table isn't 'right'. i.e. you define cols=3 but there are no <tr><td> tags within the table.
Try putting <tr><td colspan=3></td></tr> within the table tags and see if it then validates.
Mike
Edit: put the colspan in the wrong place. Now corrected.
Try putting <tr><td colspan=3></td></tr> within the table tags and see if it then validates.
Mike
Edit: put the colspan in the wrong place. Now corrected.
Comment