Blog stat making my page misaligned
-
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 statsthe 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
-
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 -
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..
-
-
-
It’s probably using the wp_footer fucntion to place the code and the theme has that function in a weird place.
- The topic ‘Blog stat making my page misaligned’ is closed to new replies.