Speed Up Your Blog Loading Time |
1.Log in to your dashboard--> Desing- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this <head> Tag
4.Copy below code and paste it just after above code.
<meta http-equiv='X-UA-Compatible' content='chrome=1'/>
5.Once again scroll down to where you see this </head>
6.Copy below code and paste it just after above code.
<!--[if IE]>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<style type='text/css'>
.chromeFrameOverlayContent{top:10px;margin-top:10px;}
</style>
<script>
window.attachEvent("onload", function() {
CFInstall.check({
mode: "overlay"
});
});
</script>
<![endif]-->
7.Now Save Your Template .
We are Done.
Comments
Post a Comment
Please Leave Your Comments