Net-enabling Start-tag Requires Shorttag Yes
Trying to get close a W3C validation of the output from my aspx (VB.NET 2008 Framework 3) I get this warning: Warning Line 6, Column 76: NET-enabling start-tag requires SHORTTAG
Solution 1:
ASP.NET will vary the output by user agent. You can try some of the ideas presented in Making asp.net 2.0 play nice with the W3C validator and see if they work for you.
Post a Comment for "Net-enabling Start-tag Requires Shorttag Yes"