I've recently had a task to write stylesheet for ASP.Net page and I was really
shocked how BAD that code is.
Coder that wrote that didn't have any idea of web standards and he said that
it's generally impossible to make this code cleaner.
Is it really?
Can DataGrids have <th> for headers? Do labels have to be <span class="label">? Does it have to insert everywhere? Does it have to make "javascript:" urls?
Most asp.net+standards articles describe lengthy and hacky ways to force ASP
to output XHTML, but maybe there is a simple way just to make it semantic HTML4 Strict?
-- regards, Kornel Lesiński
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
