Hi all, Here's a newly launched free directory focusing on sites that use valid W3C HTML. All other sites that meet the TOS are accepted too however. No reciprocal link is required, and approval should currently be very fast. http://www.valid8or.com
Hi hhheng, You should see a list of validation errors when you validate your site. You can also validate your site with the W3C's official HTML validator, http://validator.w3.org. It should give you pretty much the exact same errors as valid8or.com. It looks like most of your errors are images with missing ALT="..." attributes. ALT is a required attribute in HTML, and it helps with accessibility for people with text-only browsers, screen readers etc. There are also a few attributes you've used that are non-standard HTML (though they may work in some browsers), like TABLE HEIGHT="..." and HR COLOR="...".