Is there any way to stop .Net adding inline styles to my web pages?
I always though inline styles are a bad idea. Yet .Net seems to inflict them
Pino
Printable View
Is there any way to stop .Net adding inline styles to my web pages?
I always though inline styles are a bad idea. Yet .Net seems to inflict them
Pino
Not as far as I know. I've been wondering this myself. I also find it annoying how it'll create block elements inside of span tags and not put registered JS in the head tags but I've just learned to live with it (most are minor annoyances and not deal breakers).
If you're using VS 2008, you can have "Manage Styles" target the style block in your head or your external CSS file.