Quote:
|
Originally Posted by Strzelecki
Why PHP markup, you've tried to put it through the XHTML validator. It's not complaining about the PHP. Any chance of seeing the whole document that you're trying to validate, can sometimes pick things that are causing these errors further on. What doctype are you using? For staters it appears that you specified a list (li) without saying what kind (Unordered UL or ordered OL).
|
Try this:
http://validator.w3.org/check?uri=ww...forgirls.co.uk
---------- Post added at 22:52 ---------- Previous post was at 22:43 ----------
To fix the form validation errors, just put <fieldset></fieldset> around your input tags