PDA

View Full Version : XHTML Validation Error


kerrymorris
10-08-2009, 10:29 AM
Hi,

I have been using W3C Validator to validate my html page and am getting a list if errors im not sure how to fix.

Line 39, Column 57: XML Parsing Error: Opening and ending tag mismatch: param line 39 and object
<param name="movie" value="../flash/banner.swf"></object>✉
Line 40, Column 11: XML Parsing Error: Opening and ending tag mismatch: object line 38 and noscript
</noscript>✉
Line 41, Column 6: XML Parsing Error: Opening and ending tag mismatch: noscript line 37 and div
</div>

Can anyone help please, what would be causing these errors.

Thanks

orca8767
10-08-2009, 02:15 PM
It looks like you forgot to close the param tag.

<param name="movie" value="../flash/banner.swf" />