Hi,
I have VS 2008 Professional SP1 and when I link an external CSS in my
page it is linked as:
<link href="file:///D:\c#\ASP.NET\profilazione\window.css"
rel="stylesheet" type="text/css" />
but this is INCORRECT and in fact in the browser it has not showed
and not in the CORRECT way as:
<link href="window.css" rel="stylesheet" type="text/css" />
In the correct way the design doesn't show it and in the source I have
that the classes are not found.
p.s.
in the VS Team Edition it works correctly!
Is this a BUG?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment
You may subscribe to group Feeds using a RSS Feed Reader to stay upto date
using following url
<a href="http://feeds.feedburner.com/DotNetDevelopment">
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---