Hi all, I have a question. When I was using the Custom CSS Class in the blog module I found that when I change the page ussing the pagging function all the css change that I made for customize the module are gone.
looking into the html code I found this:
This is how the div looks like in the http://demo.mojoportal.com/blog.aspx page
<div class="art-Post-inner panelwrapper blogmodule csspruebas" id="ctl01_mainContent_ctl00_pnlWrapper">
and this is the same div after going to the second page
<div class="art-Post-inner panelwrapper " id="ctl00_mainContent_pnl1">
my css class csspruebas are gone, so all the styling is missing.
Any suggestion?