views:

241

answers:

3

But I don't know what's causing it on my page at http://www.jazmyn.com/media.html

I keep getting this message:

HTML Parsing Error: Unable to modify the parent container element before

A: 

The full error you are talking about is “HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)”, which gives you a KB article all about it.

bobince
A: 

I have Internet Explorer 8 and I'm still receiving the message.

Yes, the inability to update unclosed elements is still there, it's just that triggering it now gives you that message, instead of the previous unhelpful behaviour of saying “Operation Aborted” and deleting the page. You need to find which script is responsible by removing them all and adding them one-by-one and seeing if it causes the error. Unfortunately due to unreliable timing issues it's difficult to test on an offline copy.
bobince