PDA

View Full Version : Validation errors...I suspect my incomplete knowledge of Javascript?



jayde
19 Feb 2010, 12:34 PM
Hey all,

I need some help with the webpage I built for a small business. Everything is displaying correctly, but I'm just having some problems with XHTML Strict validation.

When I pour over the validation output, the remaining 32 errors seem to be involved with the javascript that he placed into the code (joint-attempt at this website).

I've been trying over and over to find out my problems but no luck.

Any help?

The website is live over at

www.crusaderpaintball.com (http://www.crusaderpaintball.com)

dmcleary
22 Feb 2010, 08:29 AM
Hello Jayde,

From a quick look at your home page validation:

- META tags should be closed with a />
- All of your javascript references should be lower case (ie onclick not onClick)
- You've got some block elements inside inline elements.

Other than that, it seems fine.

Good luck with it.

Regards,


David