Cant get this to validate - 6 errors, please help

Hi,

I need to get this page to validate but i’m not having any luck:

http://mgdesign.hostultra.com/GP_Edit/repeat_prescriptions.html

Its something to do with the form and an ending div tag but I tried switching them about and its just causing more problems.

Can you see anything that I dont?

Any help at all much appreciated.

Actually, it still does have a few issues; 6 errors in total regarding non-existent ID on; name, message, email, pickup, dob and nin.

Thus you require an ID as well if you are writing XHTML syntax. For example: <input type=“text” name=“dob” id=“dob” size=“24” /> and that is one of the reasons why your labels weren’t working either when clicked upon.

If you are using Firefox, I’d suggest installing the ‘Html Validator for Firefox and Mozilla’ by Marc Gueury. It will save you some time if the official validator is running slow and will catch most markup errors within the browser itself.

The W3C validator is not really down. It is very, very slow today. I just checked, and you do validate.

I suggest you post in the PHP area for help. Give an indication of what code is not working, and the PHP experts will likely have a solution.

really?

Ah cool, the w3c validator site is down is for me, cant access it now…I have no idea if I have gone and tweaked it out of sync again.

i’m glad this is sorted, my php is a problem now and its decided to stop working.

:frowning:

I just checked that page, and it validated.
Did you fix it?
If not, what are you using to check your validation?