Today I discovered that ASP.NET does not generate HTML which will validate according to XHMTL style rules. I also had a lot of problems creating a style for the
Maybe it makes me look bad that I had to struggle to do something as simple as add padding around an image. But the fact of the matter is that Microsoft created this technical hurdle when they failed to make ASP.NET observe the web standards. ASP.NET should make better use of DOCTYPEs and it shouldn’t create inline styles for web control properties when a using a style sheet is better practice.