Quote:
Originally Posted by ksanjanadevi
I give this url and check for validation I get sum 41 errors. - This is one way
I do View Source and check for validation I get 103 errors - This is another way
|
You're probably using two different validators. They'll vary in quality and some will catch errors that technically aren't validation (via a DTD) errors, but still errors according to the spec nevertheless. Plus, be sure not to confuse warnings with errors.
Quote:
Originally Posted by ksanjanadevi
what to do for this kind of site???? am depressed  
|
You either need to write your own bulletin board from the ground up, find one that does validate, or live with the errors. Unfortunately, you'll find that a lot of prepackaged software is written using broken code. Forum software, in particular, all seems to use tables for layout.