arrangement problem in website
As I know ASP.Net (microsoft) still not able to render HTML conpatible codes form web applications. So, we use <browserCaps> in web.config file or system.config file. But I am using <browserCaps> in my web.config file but still website is not looking well arranged in mozilla, chrome browsers.
Do I have to call <browserCaps> section from each and every web forms in ASP.Net.
help me