I am starting to use VS.NET for my web apps.
One of the .aspx pages I have opened gives me lots of errors in the editor, namely...
I am linking to a stylesheet using the link tag, what is the correct way to link to a stylesheet in vs?Code:The active schema does not support the element 'link'.
and
What it is telling me here is that background is not an attribute of the td element, which is obviously incorrect.Code:Could not find any attribute 'background' of element 'td'.
How do I fix these problems so these errors don't come up in VS?
Thanks


Reply With Quote
