ASP.NET build errors

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
 
H

Hans Kesting

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top