S
shapper
Hello,
I have a CSS file, in App_Themes folder, with the following code in
it:
/*
Base
Global styling rules
Release: 01-03-2008
*/
body
{
color: #606060;
font-family: arial, verdana, helvetica, sans-serif;
}
The CSS validator in http://jigsaw.w3.org/css-validator/ does not
validate my page.
The problem is that ASP.NET changes my CSS file to:
/*
Base
Global styling rules
Release: 01-03-2008
*/
body
{
color: #606060;
font-family: arial, verdana, helvetica, sans-serif;
}
See the  characters? Why does this happens?
Thanks,
Miguel
I have a CSS file, in App_Themes folder, with the following code in
it:
/*
Base
Global styling rules
Release: 01-03-2008
*/
body
{
color: #606060;
font-family: arial, verdana, helvetica, sans-serif;
}
The CSS validator in http://jigsaw.w3.org/css-validator/ does not
validate my page.
The problem is that ASP.NET changes my CSS file to:
/*
Base
Global styling rules
Release: 01-03-2008
*/
body
{
color: #606060;
font-family: arial, verdana, helvetica, sans-serif;
}
See the  characters? Why does this happens?
Thanks,
Miguel