na tej głównej stronie, nie ma produktów i walidacja na stronie: http://validator.w3.org/check?uri=http%3A%2F%2Fprofline.com.pl&charset=%28detect+automatically%29&doctype=Inli ne&group=0&user-agent=W3C_Validator%2F1.1
jest poprawna.
Problem jest jednak w momencie gdy sprawdzam podstrony z towarami, na przykład tak jak tu:
Line 137, Column 618: document type does not allow element "p" here; missing one of "button", "map", "object", "ins", "del", "noscript" start-tag
…3-21-30.jpg" alt="" /></a></div><h5><p>Anatomico - jest to obuwie profilaktycz…
✉
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>").
Próbowałem dokonywać rożnych zmian w kodzie, jednak niestety nie udało mi się naprawić tego błędu.
Być może ktoś z Was zna rozwiązanie tego problemu i mógłby pomóc.