With this special trick all users can load you blog quickly in google chrome.Let’s follow these easy steps.
First go to DASHBOARD à à à DESIGN à à à EDIT HTML
Then put a tick for EXPAND TEMPLATES WIDGETS
Now press ctrl+f & search for <head> tag.
<meta http-equiv='X-UA-Compatible' content='chrome=1'/>
Copy & paste this code after the <head> tag.
Now search for </head> tag.(not <head>)
Copy and past this code after it.
<!--[if IE]> <style type='text/css'> .chromeFrameOverlayContent{top:10px;margin-top:10px;} /* CSS rules to use for styling the overlay: .chromeFrameOverlayContent iframe .chromeFrameOverlayCloseBar .chromeFrameOverlayUnderlay */ } </style> <script> //<![CDATA[ // The conditional statement ensures that this code will only execute in IE, // Therefore we can use the IE-specific attachEvent without worry window.attachEvent("onload", function() { CFInstall.check({ mode: "overlay" }); }); //]]> </script> <![endif]-->
Now save your template.It is finish now.Check loadinf speed of your blog in chrome.Share this with your friends.let them know about this.
2 comments:
Hi, I have been reading this blog since many days and it is an interesting an useful blog really. Thanks
thnx for commenting
Post a Comment