per the active schema, the element <BR> must be included within a parent element

  • Thread starter Thread starter MSNews
  • Start date Start date
M

MSNews

I am new to ASP.NET and have found these context errors in the HTML for the
ASPX pages, the site/pages work fine. Can anyone explain why these warning
are coming up?

Regards
 
just what it says, you need to remove that <br> tag inside the html page and
nest it within a parent element
 
Back
Top