C
Clint Chapman
When I look at the source html generated from my asp, the links for
the css in my theme are duplicated to include files in the _vti_cnf.
<link href="../../App_Themes/MainTheme/_vti_cnf/StyleSheet.css"
type="text/css" rel="stylesheet" />
<link href="../../App_Themes/MainTheme/StyleSheet.css" type="text/css"
rel="stylesheet" />
I've had problems with my theme not working because there appeared to
be too many css files. I was able to fix it by combining css files
into a single file.
Is this a bug? Is there any way to have asp.net not include css files
from the _vti_cnf directory?
Thanks in advance,
Clint
the css in my theme are duplicated to include files in the _vti_cnf.
<link href="../../App_Themes/MainTheme/_vti_cnf/StyleSheet.css"
type="text/css" rel="stylesheet" />
<link href="../../App_Themes/MainTheme/StyleSheet.css" type="text/css"
rel="stylesheet" />
I've had problems with my theme not working because there appeared to
be too many css files. I was able to fix it by combining css files
into a single file.
Is this a bug? Is there any way to have asp.net not include css files
from the _vti_cnf directory?
Thanks in advance,
Clint