Hi, I'm finding this module very useful, but am having some difficulties getting it styled up to match my skin, due to a lack of classes on some vital divs. Here's the HTML structure which is being created: <div id="dnn_ctr443_ModuleContent" class="AdvancedArticlesContent"> <div id="dnn_ctr443_Article_pnlCtl" style="text-align: right;">...</div> <!-- Content goes here, as defined by the template set up in the module --> <div id="dnn_ctr443_Article_div_Paging" align="center">...</div> </div> Would you be able to add a class onto both the pnlCtrl and Paging divs, so that I can style them up in CSS? The elements these items use are shared with the module configuration panels, so if I try to do it based solely on elements then the config panels all go crazy. Many Thanks Dave
|