Need help? Check out our Support site, then


Blog stat making my page misaligned

  1. I just set up Blog stats for my wordpress site http://www.hem.com.np but after doing that i am getting small misalignment in my blog footer... the footer imaage is little misaligned to left and to the rite there is a smiley like thing which is causing this... i have figured out
    this is caused by the javascript from wordpress which is used to track my site stats

    the javascript is
    <script src="http://stats.wordpress.com/e-200719.js" type="text/javascript"></script>
    <script type="text/javascript">
    st_go({blog:'1076915',v:'ext',post:'0'});
    var load_cmc = function(){linktracker_init(1076915,0,2);};
    if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
    else load_cmc();
    </script>

    which is producing smily like thing at footer thus making my footer image misaligned...

    any fix for this

  2. You place it after the final div and before the closing body tag. You have it in there with the content. That's why things are misaligned.

    Hope this helps,
    -drmike

  3. I didnt put it there... i just activated the plugin... that was handled by plugin i guess how will i manually put the javascript elsewhere..

  4. oops!

  5. oh i fixed it .... anybody has similar problem please contact me....

  6. It's probably using the wp_footer fucntion to place the code and the theme has that function in a weird place.

Topic Closed

This topic has been closed to new replies.

About this Topic