Did you nkow that you can warn the IE6 users that your blog is not compatible nor (purposely) optimized for their viewing.(Click the screen shot for large preview or use IE6 if you want to see it live.)
Here’s a simple way about how to display a warning message only to IE6 users, asking them to upgrade their prehistoric browser.
Step 1
Log-in to your blogger account and go to Layout section, then go to Edit HTML subtab.
Step 2
Find this code ]]></b:skin> in your template code, and before this line add this CSS code.
#ie-message {
background:#C00;
text-align:center;
border-bottom:1px solid #900;
color: #fff;
top:0;
padding:5px;
}
#ie-message a {
color: #FFCC33;
}
#ie-message .warning {
font-size=14px;
font-weight:bold;
font-variant: small-caps;
}
Step 3
Now find this tag <body> and below that paste this code.
Step 4
Hit the save button and your done.
note: you can change the message to anything you want.
if you've got any problem regarding this tutorial, Feel free to leave a comment here.
credits:
www.wefixwp.com




![=]](http://2.bp.blogspot.com/_Toi-rh0Nm00/Sj-KfNxYmyI/AAAAAAAADaw/7E_qyPnGW7o/s400/how+to+hide,remove+label+count+in+blogger.jpg)








