ASP.NET build errors

  • Thread starter Thread starter Victor.Rozenkrants
  • Start date Start date
V

Victor.Rozenkrants

Hello,

When I look at my asp.net page in HTML view mode, using
Visual Studio .NET, I see certain tags underlined. In
the "Task List" viewer the warning below is poping up. My
target schema Internet Explorer 5.0.

Code:
<LINK href="../styles/styles.css" type="text/css"
rel="stylesheet">

Warning:
"Per the active schema, the element 'LINK' cannot be
nested within 'html'"



Should I be concerned about it?

Also, while on the subject, is it worth developing for
Netsapce 4.0 target schema? Is there statistics available
on what is the percentage of users is using it?

Thanks,
VR
 
Hello,

When I look at my asp.net page in HTML view mode, using
Visual Studio .NET, I see certain tags underlined. In
the "Task List" viewer the warning below is poping up. My
target schema Internet Explorer 5.0.

Code:
<LINK href="../styles/styles.css" type="text/css"
rel="stylesheet">

Warning:
"Per the active schema, the element 'LINK' cannot be
nested within 'html'"



Should I be concerned about it?
 
Back
Top