OK, I am php challenged....

Using the validator at w3.org, i get a few errors. With the pages being assembled via php I cannot pin down what or where these are located.

i.e.
Code:
Line 19, column 5: document type does not allow element "br" here; assuming missing "body" start-tag .

<br />
or:
Code:
Line 20, column 179: end tag for "body" omitted, but OMITTAG NO was specified .

...page.php</b> on line <b>179</b><br />

You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
If one might have a validation for "dummies" guide or link I would appreciate it and I will continue to Google on my own.