Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Link to style sheept acting funny for ASP page in ASPX project

  Asked By: Bill    Date: Jan 25    Category: Asp.net    Views: 989
  

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.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 




Tagged: