Page validation problem

Hi all,

Im trying to vallidate http://kylehouston.com/new/ which is throwing back 10 errors focused on the contact form I have added, I have changed the page to transitional but dont know what I can do to resolve these errors? Any ideas?

Thanks in advance

Kyle

The validator error messages can be a bit vague until you get used to them.

XHTML only allows lowercase letters onSubmit is not valid.
Attribute values need to be in “quotes”.

Fix those and see what’s left.

Some capitalization problems, missing quotes around attribute values (like the action attribute of your form), and not specifying the rows and cols numbers for the text area. Go through each error one by one and fix that line then rerun the validator.

Thanks guys, il have a look at those!