I'm having a problem and I'm hoping someone can help me out. It's driving me bonkers.
I have 2 different DNN sites on 2 different servers. Both sites are 4.3.7.
SiteA is using a skin called NEWS.
SiteB is using the same exact skin called NEWS. Literally it's the same set of files, all named and built exactly the same.
On SiteA, the site looks fine.
On SiteB, the skin looks fine, except there is a TON of extra space at the bottom of the page. It scrolls and scrolls for pages.
Obviously the skin is exactly the same, but when I view source, there is this bunch of gobbilygook code thrown in at the bottom of the page. The code starts with:
< input name="ScrollTop" type="hidden" id="ScrollTop" / >
< input name="__dnnVariable" type="hidden" id="__dnnVariable" value="__dnn_pageload__dnn_enableDragDrop();__dnn_SetInitialFocus('dnn_ctr507_Signin_txtUsername');__dnn_dragDropdnn_ctr581_DD
and it goes on for literally thousands and thousands of random characters.
Does anybody know why this code is getting added to one site and not the other, and more importantly, how do I get rid of it so there isn't unnecessary scrolling on my second site? |