Validation - how do I clear errors? - Joomla! Forum - community, help and support
recently ran new site through w3c validator , told me have number of errors. apart 1 element "p" other 1 being "h1"
for example:
line 249, column 50: document type not allow element "p" here; missing 1 of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
…normal" style="margin: 0cm 0cm 0pt;"><span style="font-family: "verdana&
the mentioned element not allowed appear in context in you've placed it; other mentioned elements ones both allowed there , can contain element mentioned. might mean need containing element, or possibly you've forgotten close previous element.
one possible cause message have attempted put block-level element (such "<p>" or "<table>") inside inline element (such "<a>", "<span>", or "<font>").
looking @ source coding:
line 249
<pclass="msonormal" style="margin: 0cm 0cm 0pt;"><spanstyle="font-family: "verdana","sans-serif"; color: black; font-size: 9pt;" lang="en-gb"><spanstyle="font-family: tahoma;" lang="en-gb"><spanstyle="font-size: small;"><spanstyle="color: #000000;"> </span></span></span></span>
, line 50 has <p>
no idea need sort out - suggestions please?
for example:
line 249, column 50: document type not allow element "p" here; missing 1 of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
…normal" style="margin: 0cm 0cm 0pt;"><span style="font-family: "verdana&
the mentioned element not allowed appear in context in you've placed it; other mentioned elements ones both allowed there , can contain element mentioned. might mean need containing element, or possibly you've forgotten close previous element.
one possible cause message have attempted put block-level element (such "<p>" or "<table>") inside inline element (such "<a>", "<span>", or "<font>").
looking @ source coding:
line 249
<pclass="msonormal" style="margin: 0cm 0cm 0pt;"><spanstyle="font-family: "verdana","sans-serif"; color: black; font-size: 9pt;" lang="en-gb"><spanstyle="font-family: tahoma;" lang="en-gb"><spanstyle="font-size: small;"><spanstyle="color: #000000;"> </span></span></span></span>
, line 50 has <p>
no idea need sort out - suggestions please?
Comments
Post a Comment