Groups | Blog | Home
all groups > asp.net > october 2003 >

asp.net : ASP.NET build errors


Victor.Rozenkrants NO[at]SPAM gat.com
10/15/2003 11:54:37 PM
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,
Hans Kesting
10/16/2003 1:55:15 PM

"Victor.Rozenkrants@gat.com" <anonymous@discussions.microsoft.com> wrote in
message news:2c69401c393b2$5cfd6d00$a601280a@phx.gbl...
[quoted text, click to view]

<link> should be within <head>, not directly under <html>.
As it is a warning, you can choose to ignore it.

[quoted text, click to view]

Vic
10/17/2003 8:11:32 AM
Thanks. It sure did help.
VR

[quoted text, click to view]

AddThis Social Bookmark Button