In Visual Studio, after pushing F5(run), the word
"link" is underlined with squiggly marks and I get
this build *hint*:
"The active schema does not support the element
'LINK'" Location: "C:\Inetpub\wwwroot\di\Login.asp"
The "Login.asp" page works, but it won't use the style
sheet that all of the aspx pages use (they reference
the style sheet the same way, but without any error
hints).
Here is the relevant code in my Login.asp file:
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<title>Admin Login</title>
<LINK rel="stylesheet" type="text/css"
href="Styles.css">
</HEAD>
Sure am wondering why and what I could do.