kaisersoze Posted January 8, 2004 Posted January 8, 2004 I am using Visual studio 2003 ASP.net application. I see red error line next to many html tags and the same error message for everone error: The active schema does not support the element 'HTML' The active schema does not support the element 'meta' but when i compile I have no problem in compilation but red error still stays. and some times when a compiled version is compiled again I get error, when recomplied the error goes away. Quote Note: I think as a programmer not as a human, so use my answer at your will
Administrators PlausiblyDamp Posted January 8, 2004 Administrators Posted January 8, 2004 This isn't really a major problem all it means is you are using an HTML tag that isn't part of the schema (or standard) you have selected. As an example if you create an ASPX page and set the targetSchema to IE3.0 then tags like will be flagged as a warning. The browser targeted may not support them correctly / at all. If you are concerned with HTML compliance, or are design a publicly accessable website then these are things worth fixing - otherwise treat it as a warning that issues may arise. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.