I'm currently looking through some of my "dynamically generated" HTML and noticed this:
<div id="MainContent2_news"><span id="MainContent2_ctl00_newsLabel"><...
My C# looks like this:
<asp:Label ID="newsLabel" runat="server" />
Is there any way to change the SPAN to a DIV? I'm getting some ugly XHTML Validation errors.