I have a link to some style sheet from the Yahoo Developer Network, this is what I have in the head section of my master page:
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.8.0r4/build/reset/reset-min.css&2.8.0r4/build/base/base-min.css" media="all" />
And for some reason Visual Studio (2008 Professional) keeps telling me:
"could not edit 'http://yui.yahooapis.com/combo?2.8.0r4/build/reset/reset-min.css&2.8.0r4/build/base/base-min.css' because it is not in the website".
My head tag has a runat="server" attribute so I can't have any code in there to inject the url.
Has anyone managed to get rid of this very useful message?