In Blogger ,when you click and go to a label page or make a search ,you will see a message box at the top with the content " show post with label : .... " . This message box can be hidden if you like .
Just go through this tip :
Login to your blog
Go to Layout ,and choose edit HTML .
Insert this code before ]]></b:skin>
.status-msg-wrap{
display:none;
}
If the message box is still showed ,you can do this way :
Find and delete this code :
<b:include data='top' name='status-message'/>
Ok,you are done .
Small tip to delete message box at the top of label page or search result
By nhamngahanh
|
posted: 06:46
|
1 comments
Nice tutorial.. Very useful for my site.. Thanks
ReplyDelete