ColinJohnson


I'm converting some ASP.NET user controls in an effort to run them in Sharepoint using SmartPart v3. My controls all use ASP.NET 2.0 theming, with the themes mainly setting CSS classes which exist in a CSS file in the directory with the .skin file.

I don't know how to apply the same theme files within Sharepoint - do I still create an App_Themes directory under the root directory of the site How do I ensure the standard CSS for Sharepoint is included alongside my additional CSS classes

Thanks in advance for any ideas!