I’ve been adapting a page based on another and all was well until I added something that I shouldn’t… I tried to retrace my steps but things got even worse.
The html validator is throwing an error: a stray div
I’ve used Notepad++ to check every div and could not find anything.
Then, I sought my daughter’s help and wrote down every opening an closing divs. I found (or thought I had found) some missing or extra divs but things got even worse.
Could you help, please?
EDIT
…and now suddenly the page validates but it’s all over the place!
You’ve got a bunch of opening p elements you don’t close. That may be causing the validator to have fits (it’s giving my ide fits trying to close the matching elements…)
I know they’re optional, but for your own sanity (and browser stability), I’d recommend closing those p elements where appropriate.
You’ve got an equal number of opening and closing divs in the entire document (Find ftw), and I couldn’t find any messed up ordering in a cursory scan through, but it’s definitely a bit disorganized, hard to say without a more careful look - and I’m out of here for the day