Hi
I use themes in my web apps. My themes also contain (several) css files. The problem I have is that the designer does not seem to find the css files for my themes. I have a StyleSheetTheme set up for my pages in my web.config. The cause of the problem seems to be that my css files are in a subfolder inside my theme, like in App_Themes/default/css/layout.css, where "default" is one of my themes.
As soon as I move the layout file up one level, directly in the App_Themes/default folder, the designer finds the css styles and displays the page as aspected. Move the files down one level again and the css disappears again. Is this a problem other people have?
Thanks,
Gerard