Hi, I've inherited a web application built in VS2008 on the 2.0 framework. The previous designer has introduced MasterPages to the application and applied a CSS style through the MasterPage. It seems that this style isn't being applied through to the ContentPages as all my CssStyle and class tag values are marked with a wavey green line and a tooltip that states "The class or CssClass valkue is not defined.". If it helps, when the application is run the style is applied correctly. Is there a way to get the style sheet to be applied properly to the design and source windows? <M>
Ok, Further investigation has shown that the problem is probably due to the way that the css is used in the project. It's not actually loaded into the project but is instead referenced from the project. I guess this could be the problem. With that in mind, does anyone know how to apply the style of a css file to a project without actually having it loaded at design time? <M>