开发者

ASP.Net & 960.gs Integrating the .css files into a new project

开发者 https://www.devze.com 2022-12-13 06:20 出处:网络
I\'ve got a full layout designed using 960.gs and am wanting to use it in a ASP.net website but i\'m getting warnings such as:

I've got a full layout designed using 960.gs and am wanting to use it in a ASP.net website but i'm getting warnings such as:

"Warning File 'css/Reset.css' was not found."

"Warning File 'css/Text.css' was not found."

"Warning File 'css/960.css' was not开发者_StackOverflow中文版 found."

"Warning File 'css/Base.css' was not found."

I've tried adding a new similarly named folder to the solution explorer and 'add existing item' to add them in but it still seems to cause warnings and intelisense isn't recognising any of the 960.gs classes.

Is there a recommended workflow for importing all of this in?

I should add that it works perfectly well on the local development server and on the webspace, it's seemingly just VS that's complaining.


Try using '~/css/Reset.css' to denote the site route?

0

精彩评论

暂无评论...
验证码 换一张
取 消