VIEW ALL GALLERY LIGHTS

Friday, October 30, 2009

Small tip to delete message box at the top of label page or search result

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 .
huy signature

No comments:

Post a Comment