I have 123 pages the have invalid HTML elements I dont even know where to start or how to fix these can any provide insight on how to fix this is there a program that will fix all 123 errors at once.
The problem validator complains about is caused by the Opinew App Block.
The app outputs a
inside which is not allowed inside by HTML standards.
Browsers are (usually) ok with this – they simply move these flow content tags (those which should be displayed on page) to the top of the , so it’s not a problem for your visitors, but it’s still invalid HTML.
However, when validator encounters a
it assumes that is closed and opened implicitly – that’s why it complains about “Stray end tag head” and “Start tag body seen but an element of the same type was already open.” when it later encounters and tags.
Your options:
ignore this error
talk to App support
see if there is another way to integrate the App in your theme.
Sorry I’m a little confused but this is so helpful. for example https://welaxy.com/products/drawer-organizer-7-piece what is the error on this page and how do i identify it? when i look at the view page source I only see 1 time however when i view source code i see 3 times but i dont see what the error is