I've tried to switch the skin on the Live server, but no luck. Everything should be identical to the localhost as I'm using the exact same set of files and using the same skin for the live and localhost.
I have noticed that some of the code rendered is different on the Live; ie missing some of what is rendering on localhost.
Local Host as follows:
<div id="dnn_ctr396_ModuleContent">
<div id="dnn_ctr396_HtmlModule_lblContent" class="Normal" sysimgpath="images/" cssEdit="LabelEditTextClass" cssOver="LabelEditOverClassML" eventName="none" multiline="1" richtext="1" callback="dnn.xmlhttp.doCallBack('lblContent dnn_ctr396_HtmlModule_lblContent','[TEXT]',this.callBackSuccess,this,this.callBackFail,this.callBackStatus,null,null,0);" tbId="tbEIPHTML" nsPrefix="dnn$ctr396$HtmlModule" blursave="0">
<DIV class="Normal LabelEditOverClassML" id=dnn_ctr381_HtmlModule_lblContent callback="dnn.xmlhttp.doCallBack('lblContent dnn_ctr381_HtmlModule_lblContent','[TEXT]',this.callBackSuccess,this,this.callBackFail,this.callBackStatus,null,null,0);" sysimgpath="images/" blursave="0" nsPrefix="dnn$ctr381$HtmlModule" tbId="tbEIPHTML" eventName="none" cssOver="LabelEditOverClassML" cssEdit="LabelEditTextClass" richtext="1" multiline="1">
<H1>Treatments</H1>
</DIV>
</div>
</div>
Live Server:
<div id="dnn_ctr396_ModuleContent">
<div id="dnn_ctr396_HtmlModule_lblContent" class="Normal" sysimgpath="images/" cssEdit="LabelEditTextClass" cssOver="LabelEditOverClassML" eventName="none" multiline="1" richtext="1" tbId="tbEIPHTML" nsPrefix="dnn$ctr396$HtmlModule" blursave="0">
<DIV class="Normal LabelEditOverClassML" id=dnn_ctr381_HtmlModule_lblContent callback="dnn.xmlhttp.doCallBack('lblContent dnn_ctr381_HtmlModule_lblContent','[TEXT]',this.callBackSuccess,this,this.callBackFail,this.callBackStatus,null,null,0);" sysimgpath="images/" blursave="0" nsPrefix="dnn$ctr381$HtmlModule" tbId="tbEIPHTML" eventName="none" cssOver="LabelEditOverClassML" cssEdit="LabelEditTextClass" richtext="1" multiline="1">
<H1>Treatments</H1>
</DIV>
</div>
</div>
Any other ideas as to what is going on?
Even these scripts don't show on the Live server's default.aspx page:
<script src="/js/dnn.js"></script><script src="/js/dnn.dom.positioning.js"></script><script src="/js/dnn.xml.js"></script><script src="/js/dnn.xmlhttp.js"></script>
I'm not sure tho if any of this missing code has to do with the Module Drop-Downs.
thanks, shelby.