Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is site.css specified?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01587781
Message ID:
01587887
Views:
46
>In the ASP.NET Web forms project there is a master page (Site.Master). But I don't see anywhere in this file reference to site.css. Even though I know that site.css is being used. Where is this site.css specified/set? TIA

It is in Site master.
Just check Head section of Site,.Master.
< head  id="Head1" runat="server">
  < link href="~/Styles/Site.css" rel="stylesheet" type="text/css" / >
...
< /head >
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform