Forum Moderators: open

Message Too Old, No Replies

Validation Error

         

missashlay

3:49 am on Nov 25, 2008 (gmt 0)

10+ Year Member



I am having a problem with a validation error. I can't seem to figure out how to fix it, or what to do to make it work. Anyone think they can help?

Line 74, Column 6: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

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>"). is the error.

[edited by: missashlay at 4:21 am (utc) on Nov. 25, 2008]

caribguy

4:18 am on Nov 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Remove <p></p> from inside your <h3></h3> tags

missashlay

4:19 am on Nov 25, 2008 (gmt 0)

10+ Year Member



I don't have h3 tags .. ? I'm using p instead of h3

caribguy

4:22 am on Nov 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No?

<h3><p>It&#8217;s been such a long while since I&#8217;ve had time to update, an

missashlay

4:24 am on Nov 25, 2008 (gmt 0)

10+ Year Member



That's not there?

Edit: Doesn't matter, I've got it sorted out now anyway. And it didn't have anything to do with h3 tags, but thanks for trying =)

g1smd

9:56 am on Nov 25, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What was it (just for future reference)?