All example skins I’ve seen use <div id="SomethingSomethingPane" runat="server"></div>. Is it possible to use something other than a div? Ideally I’d like to use something that doesn’t require additional HTML mark up, such as an <asp:Literal> tag.
All example skins I’ve seen use <div id=SomethingSomethingPane runat=server></div> . Is it possible to
Share
You have four methods at your disposal for creating Panes in a DNN Skin, as of DNN 5
TD
DIV
SPAN
P
If you need to remove the tag altogether, have some jquery run upon page load that strips that tag (select by ID), although an empty span is pretty harmless in most cases.
References
div,span,tdp, search for “//load the skin panes”