[VE][65] Throwing an error on table placement, I can't see why.

Validating http://www.realitysedge.co.uk/r-edge/TEMPLATE.htm
Error [65]: "document type does not allow element X here; missing one of 
Y start-tag" /

 Line 21 column 34: document type does not allow element "table" here; 
missing one of "object", "applet", "map", "iframe", "button", "ins", 
"del" start-tag.

<table width="90%" cellpadding="0">
[...]
One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline 
element (such as "<a>", "<span>", or "<font>")./

As far as I can see, I've not put the table in question inside anything. 
There is an IFrame tag just before it, but it closes before the table 
opens. Similarly, all <span> and <a> tags are inside the table...

Received on Sunday, 9 October 2005 13:58:19 UTC