Accessibility
Themes and CSS
Folders inside the Theme folder in ASP.NET web sites can contain skin files, CSS files, images and text files. These folders are automatically compiled into classes so the names of folders should not conflict with class names already in use.
Here are several rules for the use of Themes:
Skin files should be replaced by CSS files, [...]
Accessibility tools
There are several free tools and even a Visual Studio internal tool available to check your web pages against the accessibility standards set by the Access Board Section 508 standards and the Web Content Accessibility Guidelines Priority 1 and 2.
The first places to go for HTML and CSS validation are both from the World Wide [...]
